]> git.saurik.com Git - apple/xnu.git/blobdiff - libsa/malloc_debug_stuff
xnu-344.21.73.tar.gz
[apple/xnu.git] / libsa / malloc_debug_stuff
index 15619526cc6ead7f3375af3242478620c6e980fc..91ab2104414c7ab60e3bff3bdc17784054c95db3 100644 (file)
@@ -1,7 +1,7 @@
 #ifdef DEBUG
 static void print_region_list(void);
 static int check_block_list(queue_entry * block_list, malloc_block * new_block);
-#endif DEBUG
+#endif /* DEBUG */
 
 
 void print_region_list(void) {
@@ -284,7 +284,7 @@ void malloc_report(void) {
                 cur_block->buffer, cur_block->block_size,
                 cur_block->block_size - sizeof(malloc_block));
         }
-#endif 0
+#endif /* 0 */
     }
 
     printf("High water mark: %ld\n", malloc_hiwater_mark);