Searched refs:allocateSize (Results 1 – 1 of 1) sorted by relevance
164 const size_t allocateSize = requestedSize < SIZE_MAX / 3 * 2 /* NB: ordering */ ? in acquire_buffer() local166 buffer = new MediaBuffer(allocateSize); in acquire_buffer()168 ALOGE("Allocation failure for size %zu", allocateSize); in acquire_buffer()