reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
157 if (sz >= kMaxAllowedMallocSize || align >= kMaxAllowedMallocSize) { 163 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align);