tvl-depot/absl/memory
2017-09-19 16:54:40 -04:00
..
BUILD.bazel Initial Commit 2017-09-19 16:54:40 -04:00
memory.h Initial Commit 2017-09-19 16:54:40 -04:00
memory_test.cc Initial Commit 2017-09-19 16:54:40 -04:00
README.md Initial Commit 2017-09-19 16:54:40 -04:00

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
    Pointer memory management abstractions for handling unique pointers