dhdfu
|
917f41b38e
|
Admittedly a freaking huge commit for a small change. Truly solve the thread safety problem with linklist.h by getting rid of it, and making each linked-list allocator a standalone object, one for each element size. This has some other advantages since one can now free the entire contents of an allocator at once without having to crawl over all of the elements - see dag.c for an example of this. (sorry, this should be a single commit but not sure how to do that)
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7831 94700074-3cef-4d97-a70e-9c8c206c02f5
|
2008-02-20 21:11:32 +00:00 |
|