Home
last modified time | relevance | path

Searched refs:canAllocate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h68 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function
H A Dcombined.h386 if (LIKELY(PrimaryT::canAllocate(NeededSize))) {
H A Dprimary64.h73 static bool canAllocate(uptr Size) { return Size <= SizeClassMap::MaxSize; } in canAllocate() function