> commit 96817878f41957d59a5a939eb2b9683dc3caaaad > Author: Jim Cromie <jim.cromie@gmail.com> > Date: Wed Jan 27 11:52:35 2010 -0700 > > change get_arena to require NN reqid param, add it to arena-desc > > this field will allow get-arena to remember the requestor of the > arenas it serves out. Later, release_arenas() will use the field > to find and free arenas. > > get-arena() requires that caller pass a NN void* request-id so that > arenas allocated by it can be tracked, then found later by release_arenas(). > The type promises no derefs, so pass +1 as NN default reqid, > until plumbing is added. Also cleanup obfuscated arg-names and types, > add ARGS_ASSERT needed to enforce the NN, and add reqid to DEBUG_m call.Thread Previous | Thread Next