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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dmalloc_stress_transfer_test.cc4 const size_t kAllocSize = 16; variable
15 for (auto &p : InitialAllocations) p = new char[kAllocSize];
19 p = new char[kAllocSize];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc1288 const size_t kAllocSize = (1 << 28) - 1024; local
1291 void *x = malloc(kAllocSize);
1292 memset(x, 0, kAllocSize);
1293 total_size += kAllocSize;

Completed in 75 milliseconds