Searched refs:smallmax (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/test/integration/ |
D | xallocx.c | 209 size_t smallmax, large1, large2, large3, largemax; in TEST_BEGIN() local 213 smallmax = get_small_size(get_nsmall()-1); in TEST_BEGIN() 227 assert_zu_ge(xallocx(p, smallmax, 0, flags), large1, in TEST_BEGIN() 241 assert_zu_ge(xallocx(p, smallmax, large1 - smallmax, flags), large1, in TEST_BEGIN()
|
/external/jemalloc/test/integration/ |
D | xallocx.c | 245 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/ |
D | mystrtoul.c | 20 static unsigned long smallmax[] = { variable 217 if (result > smallmax[base]) in PyOS_strtoul()
|
/external/python/cpython3/Python/ |
D | mystrtoul.c | 20 static const unsigned long smallmax[] = { variable 223 if (result > smallmax[base]) in PyOS_strtoul()
|