Home
last modified time | relevance | path

Searched refs:ind_large (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/src/
Djemalloc.c1738 szind_t ind_large; local
1745 ind_large = sz_size2index(LARGE_MINCLASS);
1748 bumped_usize, ind_large);
/external/jemalloc/src/
Djemalloc.c1545 szind_t ind_large = size2index(LARGE_MINCLASS); local
1546 p = ialloc(tsd, LARGE_MINCLASS, ind_large, zero, slow_path);