Searched refs:INITIAL_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
35 #define INITIAL_PAGE_SIZE ((size_t)512) // 512b macro112 : mPageSize(INITIAL_PAGE_SIZE) in LinearAllocator()113 , mMaxAllocSize(INITIAL_PAGE_SIZE * MAX_WASTE_RATIO) in LinearAllocator()