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

/frameworks/base/libs/androidfw/
H A DAsset.cpp625 long allocLen; local
629 allocLen = mLength;
631 allocLen = 1;
633 buf = new unsigned char[allocLen];
635 ALOGE("alloc of %ld bytes failed\n", (long) allocLen);
639 ALOGV("Asset %p allocating buffer size %d (smaller than threshold)", this, (int)allocLen);

Completed in 1042 milliseconds