Searched refs:je_malloc (Results 1 – 10 of 10) sorted by relevance
14 # define malloc je_malloc46 # undef je_malloc
9 # define je_malloc malloc macro
63 # define je_malloc malloc macro218 void JEMALLOC_NOTHROW *je_malloc(size_t size)357 # define malloc je_malloc389 # undef je_malloc
11 void JEMALLOC_NOTHROW *je_malloc(size_t size)
38 void *ptr = je_malloc(size); in newImpl()61 ptr = je_malloc(size); in newImpl()
145 return (je_malloc(size)); in zone_malloc()223 results[i] = je_malloc(size); in zone_batch_malloc()
1758 je_malloc(size_t size) in JEMALLOC_ATTR()2011 return je_malloc(size); in je_realloc()2130 #if ((is_malloc(je_malloc) == 1) && defined(JEMALLOC_GLIBC_MALLOC_HOOK))2141 JEMALLOC_EXPORT void *(*__malloc_hook)(size_t size) = je_malloc;2157 void *__libc_malloc(size_t size) PREALIAS(je_malloc);
3 #undef je_malloc
3 #define je_malloc JEMALLOC_N(malloc) macro
54 ptrs[j] = (uint8_t*)je_malloc(sz); in test_threads()
Completed in 14 milliseconds