reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
157 if (sz >= kMaxAllowedMallocSize || align >= kMaxAllowedMallocSize) { 161 ReportAllocationSizeTooBig(sz, kMaxAllowedMallocSize, &stack); 163 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align); 169 ReportOutOfMemory(sz, &stack); 172 OnUserAlloc(thr, pc, (uptr)p, sz, true);