7 lines
238 B
TypeScript
Raw Normal View History

2019-05-23 16:41:26 +02:00
import { BLOCK } from "./common";
export declare function onalloc(s: BLOCK): void;
export declare function onincrement(s: BLOCK): void;
export declare function ondecrement(s: BLOCK): void;
export declare function onfree(s: BLOCK): void;