Files
fennec/planning/MEMORY.md
Medusa Slockbower ff27caab4f - Fixed some variable naming with graph and it's PrettyPrinter
- Added boost-atomic and boost-thread as dependencies for concurrency support
2025-08-21 06:44:22 -04:00

1.0 KiB
Raw Permalink Blame History

Memory Library (memory)

Table of Contents

Introduction

This library contains headers and classes related to memory allocation and management in C++. The contents include the Memory Management Library of the C++ Standard Library and Template Library. This pulls some functions from the C stdlib and either wraps them or aliases them.

Implementation

Symbol Implemented Passed
allocator
allocator_traits
allocation
default_delete
unique_pointer
shared_pointer
pointer_traits