mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 16:02:16 +00:00
7 lines
238 B
TypeScript
7 lines
238 B
TypeScript
|
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;
|