#include #include #include #include extern lnat mblocks_allocated; lnat get_mblocks_allocated (void) { return (mblocks_allocated); } int get_mblock_size (void) { return (MBLOCK_SIZE); }