Searched refs:maximumSizeInBytes (Results 1 – 1 of 1) sorted by relevance
34 static bool defaultIsSmallAlloc(Value alloc, unsigned maximumSizeInBytes, in defaultIsSmallAlloc() argument55 return type.getNumElements() * bitwidth <= maximumSizeInBytes * 8; in defaultIsSmallAlloc()