Home
last modified time | relevance | path

Searched defs: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.h184 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