Searched refs:kMayFail (Results 1 – 4 of 4) sorted by relevance
59 if (!ptr && (flags & kMayFail)) in Allocate()66 if (ptr == MAP_FAILED && (flags & kMayFail)) in Allocate()
199 auto mem = PagedMemory::Allocate(kMemLimit * 2, PagedMemory::kMayFail); in TEST()
49 kMayFail = 1 << 0, enumerator
90 size, base::PagedMemory::kMayFail | base::PagedMemory::kDontCommit); in Initialize()