Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1938 const size_t size_t_bits = sizeof(size_t) * 8; in TEST_F() local
1939 const size_t sqrt_size_t = 1ULL << (size_t_bits/2); in TEST_F()