/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
perflib.h | 22 typedef LPVOID (CALLBACK *PERF_MEM_ALLOC)(SIZE_T AllocSize,LPVOID pContext);
|
/system/core/include/utils/ |
LinearAllocator.h | 58 void rewindIfLastAlloc(void* ptr, size_t allocSize);
|
/frameworks/rs/ |
rsScriptC_LibGL.cpp | 223 size_t allocSize = a->getType()->getPackedSizeBytes(); 224 rsc->mStateFont.renderText(text, allocSize, x, y);
|
/dalvik/libdex/ |
DexFile.cpp | 214 int allocSize; 230 allocSize = offsetof(DexClassLookup, table) 233 pLookup = (DexClassLookup*) calloc(1, allocSize); 236 pLookup->size = allocSize; 259 allocSize, totalProbes, maxProbes);
|
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
ExynosVideoDecoder.c | 236 munmap(pVideoPlane->addr, pVideoPlane->allocSize); 238 pVideoPlane->allocSize = 0; 254 munmap(pVideoPlane->addr, pVideoPlane->allocSize); 256 pVideoPlane->allocSize = 0; 918 pVideoPlane->allocSize = buf.m.planes[0].length; 939 munmap(pVideoPlane->addr, pVideoPlane->allocSize); 1036 pVideoPlane->allocSize = buf.m.planes[j].length; 1061 munmap(pVideoPlane->addr, pVideoPlane->allocSize); [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkDashPathEffect.cpp | 391 size_t allocSize = sizeof(SkScalar) * fCount; 392 if (buffer.validateAvailable(allocSize)) { 393 fIntervals = (SkScalar*)sk_malloc_throw(allocSize);
|
/external/llvm/examples/BrainF/ |
BrainF.cpp | 85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); local 86 allocsize = ConstantExpr::getTruncOrBitCast(allocsize, IntPtrTy); 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
|
/external/llvm/include/llvm/ADT/ |
StringMap.h | 149 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ 154 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment)); 207 unsigned AllocSize = 210 Allocator.Deallocate(static_cast<void *>(this), AllocSize);
|
/frameworks/rs/driver/ |
rsdAllocation.cpp | 351 size_t allocSize = alloc->mHal.drvState.faceOffset; 353 allocSize *= 6; 356 return allocSize; 359 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero) { 361 uint8_t* ptr = (uint8_t *)memalign(16, allocSize); 366 memset(ptr, 0, allocSize); 379 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), NULL); 406 ptr = allocAlignedMemory(allocSize, forceZero); 418 ptr = allocAlignedMemory(allocSize, forceZero); 427 if(allocSize != verifySize) [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/ |
Exynos_OMX_Adec.c | 455 dataBuffer->allocSize = dataBuffer->bufferHeader->nAllocLen; 465 if (dataBuffer->allocSize <= dataBuffer->dataLen) 466 Exynos_OSAL_Log(EXYNOS_LOG_WARNING, "Input Buffer Full, Check input buffer size! allocSize:%d, dataLen:%d", dataBuffer->allocSize, dataBuffer->dataLen); 560 dataBuffer->allocSize = dataBuffer->bufferHeader->nAllocLen; 568 pExynosPort->processData.allocSize = dataBuffer->bufferHeader->nAllocLen; 616 if (((inputData->allocSize) - (inputData->dataLen)) >= copySize) { 724 if (outputData->remainDataLen <= (outputUseBuffer->allocSize - outputUseBuffer->dataLen)) { [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
ExynosVideoEncoder.c | 229 munmap(pVideoPlane->addr, pVideoPlane->allocSize); 231 pVideoPlane->allocSize = 0; 247 munmap(pVideoPlane->addr, pVideoPlane->allocSize); 249 pVideoPlane->allocSize = 0; [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
Exynos_OMX_VdecControl.c | 710 inputUseBuffer->allocSize = inputUseBuffer->bufferHeader->nAllocLen; 720 if (inputUseBuffer->allocSize <= inputUseBuffer->dataLen) 721 Exynos_OSAL_Log(EXYNOS_LOG_WARNING, "Input Buffer Full, Check input buffer size! allocSize:%d, dataLen:%d", inputUseBuffer->allocSize, inputUseBuffer->dataLen); [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/ |
Exynos_OMX_Baseport.c | 880 pData->allocSize = 0; 899 pData->allocSize = pUseBuffer->allocSize; [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/ |
Exynos_OMX_VencControl.c | 661 inputUseBuffer->allocSize = inputUseBuffer->bufferHeader->nAllocLen; 671 if (inputUseBuffer->allocSize <= inputUseBuffer->dataLen) 672 Exynos_OSAL_Log(EXYNOS_LOG_WARNING, "Input Buffer Full, Check input buffer size! allocSize:%d, dataLen:%d", inputUseBuffer->allocSize, inputUseBuffer->dataLen); 761 outputUseBuffer->allocSize = outputUseBuffer->bufferHeader->nAllocLen; 773 pExynosPort->processData.allocSize = outputUseBuffer->bufferHeader->nAllocLen; [all...] |
/external/srec/portable/src/ |
pmemory_ext.c | 88 #define GUARD_OFF_END(allocSize) ((allocSize) - sizeof(unsigned int))
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
ui_test.rs | 362 int allocSize = rsAllocationGetDimX(textAlloc); 372 for (int i = 0; i < allocSize; i++) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/ |
Exynos_OMX_H264dec.c | 137 size[0] = pCodecBuffer->planes[0].allocSize; 138 size[1] = pCodecBuffer->planes[1].allocSize; 139 size[2] = pCodecBuffer->planes[2].allocSize; 576 pPlanes[j].allocSize = ppCodecBuffer[i]->bufferSize[j]; [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/ |
Exynos_OMX_Mpeg4dec.c | 149 size[0] = pCodecBuffer->planes[0].allocSize; 150 size[1] = pCodecBuffer->planes[1].allocSize; 151 size[2] = pCodecBuffer->planes[2].allocSize; 680 pPlanes[j].allocSize = ppCodecBuffer[i]->bufferSize[j]; [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/ |
Exynos_OMX_Vp8dec.c | 90 size[0] = pCodecBuffer->planes[0].allocSize; 91 size[1] = pCodecBuffer->planes[1].allocSize; 92 size[2] = pCodecBuffer->planes[2].allocSize; 495 pPlanes[j].allocSize = ppCodecBuffer[i]->bufferSize[j]; [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 336 const uint64_t AllocSize; 348 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())), S(S) {} 360 if (Size == 0 || Offset.uge(AllocSize)) { 363 << AllocSize << " byte alloca:\n" 378 assert(AllocSize >= BeginOffset); // Established above. 379 if (Size > AllocSize - BeginOffset) { 381 << " to remain within the " << AllocSize << " byte alloca:\n" 384 EndOffset = AllocSize; 433 if (GEPOffset.ugt(AllocSize)) 452 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize; [all...] |
/dalvik/vm/ |
Profile.h | 70 int allocSize; // cumulative size of objects
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkGradientShader.cpp | 36 size_t allocSize = (sizeof(SkColor) + sizeof(SkScalar)) * fCount; 37 fDynamicStorage.reset(allocSize); 219 size_t allocSize = (sizeof(SkColor) + sizeof(SkScalar) + sizeof(Rec)) * colorCount; 220 if (buffer.validateAvailable(allocSize)) { 221 fOrigColors = reinterpret_cast<SkColor*>(sk_malloc_throw(allocSize)); 594 const size_t allocSize = sizeof(uint16_t) * entryCount; 597 cache->fCache16Storage = (uint16_t*)sk_malloc_throw(allocSize); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unisetspan.cpp | 266 int32_t allocSize; 269 allocSize=stringsLength*(4+1+1+1+1)+utf8Length; 271 allocSize=stringsLength; // One set of span lengths. 274 allocSize+=stringsLength*4+utf8Length; 277 if(allocSize<=(int32_t)sizeof(staticLengths)) { 280 utf8Lengths=(int32_t *)uprv_malloc(allocSize); 407 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; 408 if(allocSize<=(int32_t)sizeof(staticLengths)) { 411 utf8Lengths=(int32_t *)uprv_malloc(allocSize); 420 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize); [all...] |
/external/icu/icu4c/source/common/ |
unisetspan.cpp | 266 int32_t allocSize; 269 allocSize=stringsLength*(4+1+1+1+1)+utf8Length; 271 allocSize=stringsLength; // One set of span lengths. 274 allocSize+=stringsLength*4+utf8Length; 277 if(allocSize<=(int32_t)sizeof(staticLengths)) { 280 utf8Lengths=(int32_t *)uprv_malloc(allocSize); 407 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; 408 if(allocSize<=(int32_t)sizeof(staticLengths)) { 411 utf8Lengths=(int32_t *)uprv_malloc(allocSize); 420 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize); [all...] |