Home
last modified time | relevance | path

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

/external/jemalloc/test/integration/
Dxallocx.c245 size_t smallmax, large0, large1, large2, huge0, hugemax; in TEST_BEGIN() local
249 smallmax = get_small_size(get_nsmall()-1); in TEST_BEGIN()
264 assert_zu_eq(xallocx(p, smallmax, 0, flags), large0, in TEST_BEGIN()
276 assert_zu_eq(xallocx(p, smallmax, large0 - smallmax, flags), large0, in TEST_BEGIN()
/external/python/cpython2/Python/
Dmystrtoul.c20 static unsigned long smallmax[] = { variable
217 if (result > smallmax[base]) in PyOS_strtoul()