Searched refs:allocSize (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/preload/ |
D | MemoryUsage.java | 47 final int allocSize; field in MemoryUsage 62 allocSize = Integer.parseInt(parsed[8]); in MemoryUsage() 77 allocSize = -1; in MemoryUsage() 90 int allocSize, in MemoryUsage() argument 101 this.allocSize = allocSize; in MemoryUsage() 116 allocSize - baseline.allocSize, in subtract() 123 return allocSize - freedSize; in javaHeapSize()
|
/frameworks/base/core/jni/ |
D | android_ddm_DdmHandleNativeHeap.cpp | 43 size_t allocSize; member 95 get_malloc_leak_info(&allocBytes, &header.allocSize, &header.allocInfoSize, in getLeakInfo() 100 jbyteArray array = env->NewByteArray(sizeof(Header) + header.mapSize + header.allocSize); in getLeakInfo() 119 memcpy(ptr, allocBytes, header.allocSize); in getLeakInfo()
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | rslist.rs | 51 int allocSize = rsAllocationGetDimX(listAlloc); 57 int totalItemHeight = itemHeight * allocSize; 80 for(int i = 0; i < allocSize; i ++) {
|
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 52 int allocSize = Debug.getGlobalAllocSize(); in main() local 72 response.append(',').append(allocSize); in main()
|
/frameworks/base/libs/rs/ |
D | rsScriptC_LibGL.cpp | 278 size_t allocSize = a->getType()->getSizeBytes(); in rsrDrawTextAlloc() local 279 rsc->mStateFont.renderText(text, allocSize, x, y); in rsrDrawTextAlloc()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | rsbench.rs | 457 int allocSize = rsAllocationGetDimX(textAlloc); 467 for (int i = 0; i < allocSize; i++) {
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 1455 size_t allocSize = (size*3)/2; in editData() local 1456 void* buf = realloc(mData, allocSize); in editData() 1462 mBufferSize = allocSize; in editData()
|