Home
last modified time | relevance | path

Searched defs:kGuardBlockSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A DPoolAlloc.cpp119 static constexpr size_t kGuardBlockSize = 16; member in angle::Allocation
122 static constexpr size_t kGuardBlockSize = 0; member in angle::Allocation
/aosp_15_r20/external/openthread/src/core/utils/
H A Dheap.hpp152 static constexpr uint16_t kGuardBlockSize = 0xffff; // Size value of the guard block. member in ot::Utils::Block
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_dns.cpp603 kGuardBlockSize = 20, in TestDnsCompressedName() enumerator