Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java52 int allocSize = Debug.getGlobalAllocSize(); in main() local
/aosp14/frameworks/base/tools/preload/
H A DMemoryUsage.java47 final int allocSize; field in MemoryUsage
90 int allocSize, in MemoryUsage()
/aosp14/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp46 size_t allocSize; member
/aosp14/frameworks/base/libs/hwui/
H A DVertexBuffer.h144 void createDegenerateSeparators(int allocSize) { in createDegenerateSeparators()
/aosp14/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp205 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { in rewindIfLastAlloc()
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.cpp448 size_t allocSize = (size*3)/2; in editData() local