Home
last modified time | relevance | path

Searched refs:GetCachedPageSize (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim.cc44 inline size_t GetCachedPageSize() { in GetCachedPageSize() function
230 return ShimMemalign(GetCachedPageSize(), size, context); in ShimValloc()
236 size = GetCachedPageSize(); in ShimPvalloc()
238 size = (size + GetCachedPageSize() - 1) & ~(GetCachedPageSize() - 1); in ShimPvalloc()
242 return ShimMemalign(GetCachedPageSize(), size, nullptr); in ShimPvalloc()