X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..912f6431247d27e2144c5c078bd47396d95f5175:/mem/sub.3 diff --git a/mem/sub.3 b/mem/sub.3 index b1f6083..c41041f 100644 --- a/mem/sub.3 +++ b/mem/sub.3 @@ -31,6 +31,8 @@ sub \- efficient allocation and freeing of small blocks .nf .B "#include " +.B "typedef struct { ...\& } subarena;" + .BI "void subarena_create(subarena *" s ", arena *" a ); .BI "void subarena_destroy(subarena *" s ); .BI "void subarena_alloc(subarena *" s ", size_t " sz );