Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/d3d/
DGrD3DCpuDescriptorManager.h61 bool canAllocate() { return fFreeCount > 0; } in canAllocate() function
DGrD3DDescriptorTableManager.h61 bool canAllocate(unsigned int count) const { in canAllocate() function
/external/scudo/standalone/
Dprimary32.h65 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function
Dprimary64.h73 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function