MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / allocator_api.rs

File allocator_api.rs

aiscript-arena/src/allocator_api.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::{alloc::Layout, marker::PhantomData, ptr::NonNull};
2
3use allocator_api2::{
4 alloc::{AllocError, Allocator, Global},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected