Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1347 const size_t sqrt_size_t = 1ULL << (size_t_bits/2); in TEST_F() local
1348 pointer = debug_calloc(sqrt_size_t + 1, sqrt_size_t); in TEST_F()