Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dblock.cc223 std::byte* front_region = reinterpret_cast<std::byte*>(this) + sizeof(*this); in PoisonBlock() local
224 memcpy(front_region, POISON_PATTERN, PW_ALLOCATOR_POISON_OFFSET); in PoisonBlock()
234 std::byte* front_region = reinterpret_cast<std::byte*>( in CheckPoisonBytes() local
236 if (std::memcmp(front_region, POISON_PATTERN, PW_ALLOCATOR_POISON_OFFSET)) { in CheckPoisonBytes()