Home
last modified time | relevance | path

Searched defs:canAllocate (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DCpuDescriptorManager.h59 bool canAllocate() { return fFreeCount > 0; } in canAllocate() function
DGrD3DDescriptorTableManager.h57 bool canAllocate(unsigned int count) const { in canAllocate() function
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dprimary64.h65 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function
Dprimary32.h66 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function
/external/scudo/standalone/
Dprimary64.h58 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function
Dprimary32.h61 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function