Home
last modified time | relevance | path

Searched refs:zones (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp467 vm_address_t *zones = NULL; in foreach_zone_in_this_process() local
470 kern_return_t err = malloc_get_all_zones(0, task_peek, &zones, &num_zones); in foreach_zone_in_this_process()
473 info->zone_callback(info, (const malloc_zone_t *)zones[i]); in foreach_zone_in_this_process()
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dstack-poisoning.ll21 ; Poison red zones.
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc75 // We don't need to do anything here. We're not registering new zones, so we
130 // Call the system malloc's implementation for both external and our zones,