Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAsset.cpp580 long allocLen; in getBuffer() local
584 allocLen = mLength; in getBuffer()
586 allocLen = 1; in getBuffer()
588 buf = new unsigned char[allocLen]; in getBuffer()
590 ALOGE("alloc of %ld bytes failed\n", (long) allocLen); in getBuffer()
594 ALOGV("Asset %p allocating buffer size %d (smaller than threshold)", this, (int)allocLen); in getBuffer()