Module deno_core::arena

source ·

Structs§

  • Represents an atomic reference-counted pointer into an arena-allocated object.
  • Represents an atomic reference-counted pointer into an arena-allocated object.
  • An atomic reference-counted pointer into an arena-allocated object with thread-safe allocation and deallocation capabilities.
  • An atomic reference-counted pointer into an arena-allocated object with thread-safe allocation and deallocation capabilities.
  • An arena-based unique ownership container allowing allocation and deallocation of objects with exclusive ownership semantics.
  • A very-unsafe, arena for raw pointers that falls back to raw allocation when full. This should be used with great care, and ideally you should only be using the higher-level arenas built on top of this.