HomeSort by relevance Sort by last modified time
    Searched refs:INITIAL_PAGE_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/utils/
LinearAllocator.cpp 35 #define INITIAL_PAGE_SIZE ((size_t)512) // 512b
42 // Must be smaller than INITIAL_PAGE_SIZE
112 : mPageSize(INITIAL_PAGE_SIZE)
113 , mMaxAllocSize(INITIAL_PAGE_SIZE * MAX_WASTE_RATIO)
  /external/deqp/framework/delibs/depool/
deMemPool.c 37 INITIAL_PAGE_SIZE = 128, /*!< Size for the first allocated memory page. */
183 initialPage = MemPage_create(INITIAL_PAGE_SIZE);

Completed in 937 milliseconds