HomeSort by relevance Sort by last modified time
    Searched refs:allocSize (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 43 size_t allocSize;
95 get_malloc_leak_info(&allocBytes, &header.allocSize, &header.allocInfoSize,
100 jbyteArray array = env->NewByteArray(sizeof(Header) + header.mapSize + header.allocSize);
108 // LOGD("*** mapSize: %d allocSize: %d allocInfoSize: %d totalMemory: %d",
109 // header.mapSize, header.allocSize, header.allocInfoSize, header.totalMemory);
119 memcpy(ptr, allocBytes, header.allocSize);
  /frameworks/base/tools/preload/
MemoryUsage.java 47 final int allocSize;
62 allocSize = Integer.parseInt(parsed[8]);
77 allocSize = -1;
90 int allocSize,
101 this.allocSize = allocSize;
116 allocSize - baseline.allocSize,
123 return allocSize - freedSize;
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 52 int allocSize = Debug.getGlobalAllocSize();
72 response.append(',').append(allocSize);
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocator.h 257 size_t allocSize = roundUpAllocationSize(n, JIT_ALLOCATOR_PAGE_SIZE);
258 Allocation mem = systemAlloc(allocSize);
263 m_end = m_freePtr + allocSize;
268 size_t allocSize = roundUpAllocationSize(n, JIT_ALLOCATOR_PAGE_SIZE);
270 Allocation result = systemAlloc(allocSize);
275 if ((allocSize - n) > static_cast<size_t>(m_end - m_freePtr)) {
278 m_end = result.pages + allocSize;
  /system/core/libcutils/
open_memstream.c 71 size_t allocSize; /* size of buffer */
91 if (neededSize <= stream->allocSize)
96 if (stream->allocSize == 0) {
99 newSize = stream->allocSize;
112 stream->allocSize = newSize;
145 assert(stream->offset < stream->allocSize);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Basecomponent.h 49 OMX_U32 allocSize;
69 OMX_U32 allocSize;
  /external/srec/portable/src/
pmemory_ext.c 88 #define GUARD_OFF_END(allocSize) ((allocSize) - sizeof(unsigned int))
  /dalvik/vm/
Profile.h 73 int allocSize; // cumulative size of objects
Profile.c 623 gDvm.allocProf.allocSize);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java 137 // uint32_t allocSize;
144 int allocSize = buffer.getInt();
150 Log.d("ddms", "allocSize: " + allocSize);
166 int iterations = allocSize / allocInfoSize;
  /external/chromium/third_party/icu/source/common/
unisetspan.cpp 264 int32_t allocSize;
267 allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
269 allocSize=stringsLength; // One set of span lengths.
272 allocSize+=stringsLength*4+utf8Length;
275 if(allocSize<=(int32_t)sizeof(staticLengths)) {
278 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
405 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
406 if(allocSize<=(int32_t)sizeof(staticLengths)) {
409 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
418 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize);
    [all...]
  /external/icu4c/common/
unisetspan.cpp 264 int32_t allocSize;
267 allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
269 allocSize=stringsLength; // One set of span lengths.
272 allocSize+=stringsLength*4+utf8Length;
275 if(allocSize<=(int32_t)sizeof(staticLengths)) {
278 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
405 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
406 if(allocSize<=(int32_t)sizeof(staticLengths)) {
409 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
418 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize);
    [all...]
  /dalvik/libdex/
DexFile.c 412 int allocSize;
428 allocSize = offsetof(DexClassLookup, table)
431 pLookup = (DexClassLookup*) calloc(1, allocSize);
434 pLookup->size = allocSize;
457 allocSize, totalProbes, maxProbes);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 493 dataBuffer->allocSize = dataBuffer->bufferHeader->nAllocLen;
503 if (dataBuffer->allocSize <= dataBuffer->dataLen)
504 SEC_OSAL_Log(SEC_LOG_WARNING, "Input Buffer Full, Check input buffer size! allocSize:%d, dataLen:%d", dataBuffer->allocSize, dataBuffer->dataLen);
603 dataBuffer->allocSize = dataBuffer->bufferHeader->nAllocLen;
612 pSECComponent->processData[OUTPUT_PORT_INDEX].allocSize = dataBuffer->bufferHeader->nAllocLen;
707 if (((inputData->allocSize) - (inputData->dataLen)) >= copySize) {
817 if (outputData->remainDataLen <= (outputUseBuffer->allocSize - outputUseBuffer->dataLen)) {
    [all...]
  /dalvik/vm/alloc/
Heap.c 482 gDvm.allocProf.allocSize += size;
485 self->allocProf.allocSize += size;
    [all...]
Copying.c     [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.c 196 allocProf->allocSize = 0;
280 pResult->i = allocProf->allocSize;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 492 dataBuffer->allocSize = dataBuffer->bufferHeader->nAllocLen;
501 pSECComponent->processData[INPUT_PORT_INDEX].allocSize = dataBuffer->bufferHeader->nAllocLen;
602 dataBuffer->allocSize = dataBuffer->bufferHeader->nAllocLen;
738 if (((inputData->allocSize) - (inputData->dataLen)) >= copySize) {
    [all...]
  /dalvik/vm/jdwp/
JdwpEvent.c 323 int allocSize = offsetof(JdwpEvent, mods) +
326 newEvent = (JdwpEvent*)malloc(allocSize);
327 memset(newEvent, 0, allocSize);
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1184 size_t allocSize = (size*3)/2;
1185 void* buf = realloc(mData, allocSize);
1191 mBufferSize = allocSize;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 690 pSECComponent->processData[INPUT_PORT_INDEX].allocSize = DEFAULT_MFC_INPUT_BUFFER_SIZE;
717 pSECComponent->processData[INPUT_PORT_INDEX].allocSize = 0;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 864 pSECComponent->processData[INPUT_PORT_INDEX].allocSize = DEFAULT_MFC_INPUT_BUFFER_SIZE;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 726 pOutputData->allocSize = outputInfo.headerSize;
800 pOutputData->allocSize = outputInfo.dataSize;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c     [all...]
  /system/core/libacc/
acc.cpp     [all...]

Completed in 678 milliseconds

1 2