Searched refs:imalloc (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 280 imalloc
|
D | jemalloc_internal.h | 871 void *imalloc(tsd_t *tsd, size_t size, szind_t ind, bool slow_path); 951 imalloc(tsd_t *tsd, size_t size, szind_t ind, bool slow_path) in imalloc() function
|
D | private_namespace.h | 282 #define imalloc JEMALLOC_N(imalloc) macro
|
D | private_unnamespace.h | 282 #undef imalloc
|
D | jemalloc_internal.h.in | 871 void *imalloc(tsd_t *tsd, size_t size, szind_t ind, bool slow_path); 951 imalloc(tsd_t *tsd, size_t size, szind_t ind, bool slow_path) function
|
/external/jemalloc/src/ |
D | jemalloc.c | 1428 p = imalloc(tsd, LARGE_MINCLASS, ind_large, slow_path); 1433 p = imalloc(tsd, usize, ind, slow_path); 1448 p = imalloc(tsd, usize, ind, slow_path); 1479 return (imalloc(*tsd, size, ind, slow_path)); 2147 return (imalloc(tsd, size, ind, true));
|