Searched defs:canAllocate (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h61 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } function in class:scudo::SizeClassAllocator64
H A Dprimary32.h63 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } function in class:scudo::SizeClassAllocator32

Completed in 133 milliseconds