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

/frameworks/base/libs/androidfw/
H A DAsset.cpp574 long allocLen; local
578 allocLen = mLength;
580 allocLen = 1;
582 buf = new unsigned char[allocLen];
584 ALOGE("alloc of %ld bytes failed\n", (long) allocLen);
588 ALOGV("Asset %p allocating buffer size %d (smaller than threshold)", this, (int)allocLen);

Completed in 42 milliseconds