w5wa / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
GNU Lesser General Public License v3.0
1 stars 1 forks source link

recurring arenas #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
it is possibly a good idea to create arenas in a tree fashion, so that 64-byte 
arenas are allocated in 256-byte arenas, which, in turn, are allocated in 4K 
arenas and so on. when all arena objects are freed, arena itself gets freed.

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 19 Sep 2011 at 7:57

GoogleCodeExporter commented 8 years ago

Original comment by dmitry.zavalishin@gmail.com on 9 Oct 2011 at 8:56

GoogleCodeExporter commented 8 years ago

Original comment by dmitry.zavalishin@gmail.com on 11 Oct 2011 at 8:51