multiversx_sc_wasm_adapter

Module wasm_alloc

Source

Structs§

  • Allocator that fails (with signal error) whenever an allocation is attempted.
  • A non-thread safe bump-pointer allocator. Does not free or reuse memory. Efficient for small allocations.
  • Uses a statically pre-allocated section to allocate all memory.

Type Aliases§