Home
last modified time | relevance | path

Searched refs:allocLen (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DAsset.cpp643 long allocLen; in getBuffer() local
647 allocLen = mLength; in getBuffer()
649 allocLen = 1; in getBuffer()
651 buf = new unsigned char[allocLen]; in getBuffer()
653 ALOGE("alloc of %ld bytes failed\n", (long) allocLen); in getBuffer()
657 ALOGV("Asset %p allocating buffer size %d (smaller than threshold)", this, (int)allocLen); in getBuffer()