Home
last modified time | relevance | path

Searched defs:ALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/src/__support/
H A Dfreelist_heap_test.cpp71 uintptr_t ptr1_end = ptr1_start + ALLOC_SIZE; variable
45 constexpr size_t ALLOC_SIZE = 512; global() variable
53 constexpr size_t ALLOC_SIZE = 512; global() variable
117 constexpr size_t ALLOC_SIZE = 512; global() variable
128 constexpr size_t ALLOC_SIZE = sizeof(int); global() variable
148 constexpr size_t ALLOC_SIZE = 512; global() variable
159 constexpr size_t ALLOC_SIZE = 512; global() variable
170 constexpr size_t ALLOC_SIZE = 512; global() variable
182 constexpr size_t ALLOC_SIZE = 128; global() variable
197 constexpr size_t ALLOC_SIZE = 143; global() variable
212 size_t ALLOC_SIZE = N + 1; global() variable
[all...]
/llvm-project/libc/test/integration/scudo/
H A Dintegration_test.cpp11 static const size_t ALLOC_SIZE = 128; variable