Files
fennec/planning/MEMORY.md
Medusa Slockbower 4a3639ecb4 - Continued Texture Implementation
- Began reorganizing the planning document into /planning/
2025-08-04 21:11:22 -04:00

1.0 KiB
Raw 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 are restricted to 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