1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 23:23:03 +00:00

Adds URaid F command to print array block free list heads

This commit is contained in:
Nick Briggs
2025-07-19 17:50:55 -07:00
parent 3fad090a6c
commit f2bf026b07
3 changed files with 50 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#define GCFINALDEFS_H 1
#include "lispemul.h" /* for LispPTR, DLword */
void printarrayblock(LispPTR base);
void printfreeblockchainn(int arlen);
LispPTR releasingvmempage(LispPTR ptr);
LispPTR checkarrayblock(LispPTR base, LispPTR free, LispPTR onfreelist);
LispPTR makefreearrayblock(LispPTR block, DLword length);