HomeSort by relevance Sort by last modified time
    Searched full:alloclen (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/hprof/
HprofOutput.c 89 ctx->curRec.allocLen = 128;
90 ctx->curRec.body = malloc(ctx->curRec.allocLen);
153 //xxx if we used less than half (or whatever) of allocLen, shrink the buffer.
191 if (minSize > rec->allocLen) {
195 newAllocLen = rec->allocLen * 2;
197 newAllocLen = rec->allocLen + nmore + nmore/2;
202 rec->allocLen = newAllocLen;
209 assert(rec->length + nmore <= rec->allocLen);
Hprof.h 112 size_t allocLen;
  /dalvik/vm/alloc/
HeapBitmap.c 43 size_t allocLen;
50 allocLen = ALIGN_UP_TO_PAGE_SIZE(bitsLen); // required by ashmem
55 fd = ashmem_create_region(nameBuf, allocLen);
59 allocLen, nameBuf, maxSize, fd);
130 size_t allocLen = ALIGN_UP_TO_PAGE_SIZE(hb->bitsLen);
131 munmap((char *)hb->bits, allocLen);
  /frameworks/base/libs/utils/
Asset.cpp 556 long allocLen;
560 allocLen = mLength;
562 allocLen = 1;
564 buf = new unsigned char[allocLen];
566 LOGE("alloc of %ld bytes failed\n", (long) allocLen);
570 LOGV("Asset %p allocating buffer size %d (smaller than threshold)", this, (int)allocLen);
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 455 OMX_U32 allocLen = ipInputBuffer->nAllocLen;
474 if (offset > (allocLen - 20))
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 150 milliseconds