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

/macosx-10.10/libmalloc-53.1.1/src/
H A Dmalloc.c109 unsigned malloc_debug_flags = 0; variable
373 malloc_zone_t *helper_zone = create_scalable_zone(0, malloc_debug_flags);
374 zone = create_nano_zone(0, helper_zone, malloc_debug_flags);
389 zone = create_scalable_zone(0, malloc_debug_flags);
480 malloc_zone_t *tmp = create_purgeable_zone(0, inline_malloc_default_scalable_zone(), malloc_debug_flags);
502 malloc_debug_flags = SCALABLE_MALLOC_ABORT_ON_CORRUPTION; // Set always on 64-bit processes
506 malloc_debug_flags = 0;
508 malloc_debug_flags = SCALABLE_MALLOC_ABORT_ON_CORRUPTION;
543 malloc_debug_flags |= SCALABLE_MALLOC_ADD_GUARD_PAGES;
546 malloc_debug_flags |
[all...]

Completed in 67 milliseconds