blob: 72eddd9c05aaec0844457ca211543b947855d4c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ABSL Memory
This directory contains packages related to abstractions for managing memory
within objects.
## Library Listing
Only one library target exists within this directory at this time:
* **memory** (`//absl/memory:memory`) provides classes and
utility functions for managing memory associated with pointers.
## Memory Library File Listing
The following header files are directly included within the
`absl::memory` library:
### Smart Pointer Management
* `memory.h`
<br/>Pointer memory management abstractions for handling unique pointers
|