Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.cpp14 uptr RegionPageMap::StaticBuffer[RegionPageMap::StaticBufferCount]; member in scudo::RegionPageMap
H A Drelease.h71 if (Buffer == &StaticBuffer[0]) in ~RegionPageMap()
107 Buffer = &StaticBuffer[0]; in reset()
184 static uptr StaticBuffer[StaticBufferCount]; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp134 static scudo::u8 StaticBuffer[scudo::Chunk::getHeaderSize() + 1]; in SCUDO_TYPED_TEST() local
136 Allocator->isOwned(&StaticBuffer[scudo::Chunk::getHeaderSize()])); in SCUDO_TYPED_TEST()