Home
last modified time | relevance | path

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

/system/core/libutils/
DLinearAllocator.cpp35 #define INITIAL_PAGE_SIZE ((size_t)4096) // 4kb macro
111 : mPageSize(INITIAL_PAGE_SIZE) in LinearAllocator()