Initial Commit
This commit is contained in:
commit
c2e7548296
238 changed files with 65475 additions and 0 deletions
22
absl/memory/README.md
Normal file
22
absl/memory/README.md
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue