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