TheProjecter / jxtl

Automatically exported from code.google.com/p/jxtl
Apache License 2.0
0 stars 0 forks source link

Object Allocation #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make the way objects are allocated consistent.  They should all be passed a 
memory pool, use that pool to allocate the object and (if necessary) use that 
pool to do any other allocations later on.

Original issue reported on code.google.com by rinehi...@gmail.com on 1 Sep 2010 at 2:52

GoogleCodeExporter commented 9 years ago
Completed as of revision 77 now that lex_extra_t has been removed.

Original comment by rinehi...@gmail.com on 12 Sep 2010 at 8:46