Abseil Common Libraries (C++) (grcp 依赖) https://abseil.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
misterg c2e7548296 Initial Commit 7 years ago
..
BUILD.bazel Initial Commit 7 years ago
README.md Initial Commit 7 years ago
memory.h Initial Commit 7 years ago
memory_test.cc Initial Commit 7 years ago

README.md

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