reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 allocated = allocator.Allocate(t->allocator_cache(), size, alignment); 122 allocated = allocator.Allocate(cache, size, alignment); 124 if (UNLIKELY(!allocated)) { 131 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); 136 internal_memset(allocated, 0, size); 139 internal_memset(allocated, flags()->malloc_fill_byte, fill_size); 142 internal_memcpy(reinterpret_cast<u8 *>(allocated) + orig_size, tail_magic, 146 void *user_ptr = allocated; 160 reinterpret_cast<u8 *>(allocated) + full_granule_size;