Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc105 return SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign,
117 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, alignment);
136 scudo::Chunk::Origin::Memalign, PageSize));
153 size, scudo::Chunk::Origin::Memalign, scudo::getPageSizeCached()));
H A Dchunk.h59 Memalign = 3, enumerator
H A Dcombined.h577 if (Header.OriginOrWasZeroed != Chunk::Origin::Memalign ||
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cpp161 TEST(Mman, Memalign) { in TEST() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp114 TEST(ScudoWrappersCTest, Memalign) { in TEST() argument