Searched refs:imallocx_body (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | jemalloc.c | 2242 imallocx_body(size_t size, int flags, tsdn_t **tsdn, size_t *usize, function 2292 p = imallocx_body(size, flags, &tsdn, &usize, false); 2295 p = imallocx_body(size, flags, &tsdn, &usize, true);
|