import { usize } from '../numbers/usize/usize.type.js'; export interface AllocFunction { (size: usize): usize; }