Lines Matching defs:MemoryManagementService
48 struct MemoryManagementService struct
54 MemoryManagementService() in MemoryManagementService() argument
63 void populate(size_t pools) in populate()
69 void clear() in clear()
75 void validate(bool validate_finalized) const in validate()
87 AllocatorType allocator;
88 std::shared_ptr<LifetimeMgrType> lifetime_mgr;
89 std::shared_ptr<PoolMgrType> pool_mgr;
90 std::shared_ptr<MemoryMgrType> mm;
91 MemoryGroup mg;
92 size_t num_pools;