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

1 2

  /src/include/
malloc.h 50 size_t malloc_usable_size(const void *);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_rename.h 21 # define je_malloc_usable_size malloc_usable_size
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_protos.h.in 62 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_usable_size(
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_rename.h 21 # define je_malloc_usable_size malloc_usable_size
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.old/dist/include/jemalloc/internal/
public_namespace.h 15 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
public_namespace.h 15 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
  /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/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/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/bsd/jemalloc.old/dist/test/include/test/
jemalloc_test.h 133 #define TEST_MALLOC_SIZE malloc_usable_size
  /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/common/dist/zlib/contrib/minizip/
skipset.h 142 # define SET_ALLOC_SIZE(ptr) malloc_usable_size(ptr)
145 # define SET_ALLOC_SIZE(ptr) malloc_usable_size(ptr)
148 # define SET_ALLOC_SIZE(ptr) malloc_usable_size(ptr)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 180 void malloc_usable_size() { function
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 177 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 159 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 133 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
138 INTERCEPT_FUNCTION(malloc_usable_size)
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_protos.h.in 62 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_usable_size(
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 434 "AddressSanitizer: attempting to call malloc_usable_size()";
440 EXPECT_EQ(0U, malloc_usable_size(NULL));
441 EXPECT_EQ(kArraySize, malloc_usable_size(array));
442 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr));
443 EXPECT_DEATH(malloc_usable_size((void*)0x123), kMallocUsableSizeErrorMsg);
444 EXPECT_DEATH(malloc_usable_size(array + kArraySize / 2),
447 EXPECT_DEATH(malloc_usable_size(array), kMallocUsableSizeErrorMsg);
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_interceptors.cpp 157 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
162 INTERCEPT_FUNCTION(malloc_usable_size)
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_interceptors.cpp 157 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
162 INTERCEPT_FUNCTION(malloc_usable_size)

Completed in 31 milliseconds

1 2