Searched refs:front_region (Results 1 – 1 of 1) sorted by relevance
223 std::byte* front_region = reinterpret_cast<std::byte*>(this) + sizeof(*this); in PoisonBlock() local224 memcpy(front_region, POISON_PATTERN, PW_ALLOCATOR_POISON_OFFSET); in PoisonBlock()234 std::byte* front_region = reinterpret_cast<std::byte*>( in CheckPoisonBytes() local236 if (std::memcmp(front_region, POISON_PATTERN, PW_ALLOCATOR_POISON_OFFSET)) { in CheckPoisonBytes()