Searched refs:bytesRequested (Results 1 – 1 of 1) sorted by relevance
180 private static boolean canSatisfyMemoryAllocation(long bytesRequested) { in canSatisfyMemoryAllocation() argument187 return !memInfo.lowMemory && bytesRequested < leftToAllocate; in canSatisfyMemoryAllocation()