Searched refs:iqalloct (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 625 void iqalloct(void *ptr, bool try_tcache); 787 iqalloct(void *ptr, bool try_tcache) in iqalloct() function 800 iqalloct(ptr, true); in iqalloc() 832 iqalloct(ptr, try_tcache_dalloc); in iralloct_realign()
|
D | private_symbols.txt | 226 iqalloct
|
D | jemalloc_internal.h.in | 625 void iqalloct(void *ptr, bool try_tcache); 787 iqalloct(void *ptr, bool try_tcache) function 800 iqalloct(ptr, true); 832 iqalloct(ptr, try_tcache_dalloc);
|
D | private_namespace.h | 226 #define iqalloct JEMALLOC_N(iqalloct) macro
|
D | private_unnamespace.h | 226 #undef iqalloct
|
/external/jemalloc/src/ |
D | huge.c | 132 iqalloct(ptr, try_tcache_dalloc); in huge_ralloc()
|
D | jemalloc.c | 1786 iqalloct(ptr, try_tcache);
|
D | arena.c | 2319 iqalloct(ptr, try_tcache_dalloc); in arena_ralloc()
|