reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
46 if (size == 0) 47 size = 1; 48 if (size + alignment < size) { 48 if (size + alignment < size) { 51 SanitizerToolName, size, alignment); 54 uptr original_size = size; 60 size = RoundUpTo(size, alignment); 60 size = RoundUpTo(size, alignment); 68 if (primary_.CanAllocate(size, alignment)) 69 res = cache->Allocate(&primary_, primary_.ClassID(size));