aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h
index cda065b..72ea366 100644
--- a/bruiser/bruiser.h
+++ b/bruiser/bruiser.h
@@ -161,7 +161,10 @@ help CMDHelp[] = {
{"getjmptable", "getjmptable(size, code)", "get a table of all jumps", "", "returns a pointer to the head of the jump table linked-list as lightuserdata"},
{"freejmptable", "freejmptable(head)", "free the jmp table linked-list", "", "nothing"},
{"dumpjmptable", "dumpjmptable(head)", "dumps the jmp table linked-list", "", "nothing"},
- {"ramdump", "ramdump(pid)", "dumps the ram", "", "ram contents"}
+ {"ramdump", "ramdump(pid)", "dumps the ram", "", "ram contents"},
+ {"xsize", "xsize()", "returns the number of currently registered xobjs", "", "nothing"},
+ {"xclear", "xclear()", "deallocates all xobjs, freeing memory", "", "nothing"},
+ {"xmemusage", "xmemusage()", "returns how much memory the xobjcts are occupying", "", "total memory used by xobjects"}
};
/**********************************************************************************************************************/
/**