/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_malloc_linux.cc | 190 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { 249 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK 257 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL 267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
asan_malloc_linux.cc | 190 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { 249 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK 257 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL 267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 180 void malloc_usable_size() { function in typeref:typename:void
|
sanitizer_allocator_testlib.cc | 180 void malloc_usable_size() { function in typeref:typename:void
|
/src/lib/libc/stdlib/ |
jemalloc.c | 3789 malloc_usable_size(const void *ptr) function in typeref:typename:size_t
|
jemalloc.c | 3789 malloc_usable_size(const void *ptr) function in typeref:typename:size_t
|