Searched defs:usize_promoted (Results 1 - 1 of 1) sorted by path

/external/jemalloc/src/
H A Djemalloc.c1402 size_t usize_promoted = (alignment == 0) ? local
1404 assert(usize_promoted != 0);
1405 p = imallocx(usize_promoted, alignment, zero, try_tcache,

Completed in 300 milliseconds