Crate oxc_allocator

source ·

Structs§

  • A Box without Drop. This is used for over coming self-referential structs. It is a memory leak if the boxed value has a Drop implementation.
  • A UTF-8 encoded, growable string.
  • Bumpalo Vec