Searched defs:imalloc_body (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/src/
H A Djemalloc.c1459 imalloc_body(size_t size, tsd_t **tsd, size_t *usize, bool slow_path) function
1513 * imalloc_body() is inlined so that fast and slow paths are
1516 ret = imalloc_body(size, &tsd, &usize, false);
1519 ret = imalloc_body(size, &tsd, &usize, true);
1902 ret = imalloc_body(size, &tsd, &usize, false);
1904 ret = imalloc_body(size, &tsd, &usize, true);

Completed in 32 milliseconds