Searched refs:dalloc_node (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | chunk.c | 204 bool *commit, bool dalloc_node) in chunk_recycle() argument 220 assert(dalloc_node || new_addr != NULL); in chunk_recycle() 277 if (dalloc_node && node != NULL) in chunk_recycle() 311 assert(dalloc_node || node != NULL); in chunk_recycle() 312 if (dalloc_node && node != NULL) in chunk_recycle() 391 bool *commit, bool dalloc_node) in chunk_alloc_cache() argument 402 new_addr, size, alignment, sn, zero, commit, dalloc_node); in chunk_alloc_cache()
|
/external/jemalloc/include/jemalloc/internal/ |
D | chunk.h | 65 size_t *sn, bool *zero, bool *commit, bool dalloc_node);
|