Home
last modified time | relevance | path

Searched defs:kLastFlag (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc_constants.h46 static constexpr unsigned int kLastFlag = kFastPathOrReturnNull; member
54 static constexpr unsigned int kLastFlag = kNoMemoryToolOverride; member
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock.h220 static constexpr uintptr_t kLastFlag = 0x2; variable