reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
138 uptr idx = h->chunk_idx; 139 CHECK_EQ(chunks_[idx], h); 145 stats.currently_allocated -= h->map_size; 146 stat->Sub(AllocatorStatAllocated, h->map_size); 147 stat->Sub(AllocatorStatMapped, h->map_size); 149 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); 149 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); 150 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); 150 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size);