HomeSort by: relevance | last modified time | path
    Searched defs:malloc_usable_size (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/jemalloc/lib/
jemalloc_stub.c 114 malloc_usable_size(const void *p) function
  /src/external/bsd/jemalloc.old/lib/
jemalloc_stub.c 114 malloc_usable_size(const void *p) function
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_linux.cpp 118 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
175 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK
183 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL
193 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
197 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_linux.cpp 118 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
175 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK
183 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL
193 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
197 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
  /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),
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 180 void malloc_usable_size() { function
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_mangle.h 24 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 24 # define malloc_usable_size jet_malloc_usable_size macro
jemalloc.h 40 * size_t malloc_usable_size(const void *ptr);
95 # define je_malloc_usable_size malloc_usable_size
454 # define malloc_usable_size je_malloc_usable_size macro
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_mangle.h 23 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 23 # define malloc_usable_size jet_malloc_usable_size macro
jemalloc.h 31 * size_t malloc_usable_size(const void *ptr);
85 # define je_malloc_usable_size malloc_usable_size
412 # define malloc_usable_size je_malloc_usable_size macro
  /src/lib/libc/stdlib/
jemalloc.c 3789 malloc_usable_size(const void *ptr) function

Completed in 36 milliseconds