Searched refs:isfree (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/src/ |
D | jemalloc.c | 2247 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { function 3033 isfree(tsd, ptr, usize, tcache, false); 3035 isfree(tsd, ptr, usize, tcache, true);
|
/external/jemalloc/src/ |
D | jemalloc.c | 1912 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) function 2673 isfree(tsd, ptr, usize, tcache, false); 2675 isfree(tsd, ptr, usize, tcache, true);
|