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

/macosx-10.9.5/libauto-185.5/
H A DDefinitions.cpp40 if (Environment::print_allocs) malloc_printf("malloc_zone_malloc @%p %d\n", new_ptr, size);
48 if (Environment::print_allocs) malloc_printf("malloc_zone_calloc @%p %d\n", new_ptr, count * size);
56 if (Environment::print_allocs) malloc_printf("malloc_zone_valloc @%p %d\n", new_ptr, size);
64 if (Environment::print_allocs) malloc_printf("malloc_zone_realloc @%p %d\n", new_ptr, size);
71 if (Environment::print_allocs) malloc_printf("malloc_zone_free @%p\n", ptr);
H A DEnvironment.h41 static bool print_allocs; // print vm and malloc allocations and deallocations member in class:Auto::Environment
49 print_allocs = 0, // print vm and malloc allocations and deallocation
H A DEnvironment.cpp41 bool Environment::print_allocs; // print vm and malloc allocations and deallocations member in class:Auto::Environment
H A DDefinitions.h456 if (Environment::print_allocs) malloc_printf("vm_map @%p %d\n", address, size);
470 if (Environment::print_allocs) malloc_printf("vm_deallocate @%p %d\n", address, size);

Completed in 119 milliseconds