Searched refs:malloc_check_counter (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libmalloc-53.1.1/src/
H A Dmalloc.c112 unsigned malloc_check_counter = 0; variable
738 _simple_sprintf(b, "*** MallocCheckHeap: FAILED check at %dth operation\n", malloc_check_counter-1);
740 _malloc_printf(MALLOC_PRINTF_NOLOG, "*** MallocCheckHeap: FAILED check at %dth operation\n", malloc_check_counter-1);
741 malloc_printf("*** MallocCheckHeap: FAILED check at %dth operation\n", malloc_check_counter-1);
761 unsigned recomm_start = (malloc_check_counter > malloc_check_each+1) ? malloc_check_counter-1-malloc_check_each : 1;
786 if (malloc_check_start && (malloc_check_counter++ >= malloc_check_start)) {
801 if (malloc_check_start && (malloc_check_counter++ >= malloc_check_start)) {
817 if (malloc_check_start && (malloc_check_counter++ >= malloc_check_start)) {
832 if (malloc_check_start && (malloc_check_counter
[all...]

Completed in 87 milliseconds