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

/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp1342 const size_t sqrt_size_t = 1ULL << (size_t_bits/2); local
1343 pointer = debug_calloc(sqrt_size_t + 1, sqrt_size_t);

Completed in 154 milliseconds