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

1 2

  /src/external/bsd/jemalloc/lib/
jemalloc_stub.c 114 malloc_usable_size(const void *p) function
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
jemalloc_stub.c 114 malloc_usable_size(const void *p) function
  /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),
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.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),
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),
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
sanitizer_allocator_testlib.cc 180 void malloc_usable_size() { function
  /src/external/bsd/jemalloc.old/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_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/dist/include/jemalloc/
jemalloc_mangle.h 26 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 26 # define malloc_usable_size jet_malloc_usable_size macro
jemalloc_mangle.h 26 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 26 # define malloc_usable_size jet_malloc_usable_size macro
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_mangle.h 26 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 26 # define malloc_usable_size jet_malloc_usable_size macro
jemalloc_mangle.h 26 # define malloc_usable_size je_malloc_usable_size macro
jemalloc_mangle_jet.h 26 # define malloc_usable_size jet_malloc_usable_size macro

Completed in 90 milliseconds

1 2