Searched defs:kGuardBlockSize (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/common/ | ||
H A D | PoolAlloc.cpp | 119 static constexpr size_t kGuardBlockSize = 16; member in angle::Allocation |
/aosp_15_r20/external/openthread/src/core/utils/ | ||
H A D | heap.hpp | 152 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 D | test_dns.cpp | 603 kGuardBlockSize = 20, in TestDnsCompressedName() enumerator |