Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp278 size_t AllocGranularity = 0x10000; in AllocateCode2GBAway() local
279 Base = (u8 *)((((uptr)Base + TwoGB + AllocGranularity)) & ~(AllocGranularity - 1)); in AllocateCode2GBAway()