aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Document the wmem override environment variable in the man pages, and improveEvan Huus1-7/+27
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus1-7/+1
2013-02-08Update wmem docsEvan Huus1-2/+3
2013-01-23Handle NULL-pointers and 0-lengths in a much simpler allocator-agnostic way,Evan Huus1-0/+6
2013-01-19Rewrite wmem_allocator_simple to track allocations using a GHashTable instead ofEvan Huus1-1/+1
2013-01-19Add three more slots to the wmem allocater definition (not yet implementedEvan Huus1-11/+49
2013-01-15Minor documentation tweaks. Add a hash table to the wishlist.Evan Huus1-7/+9
2013-01-04Add convenience macros wmem_new and wmem_new0Evan Huus1-0/+2
2012-12-29Replace another instance of emem in README.developer with wmem.Evan Huus1-0/+1
2012-12-28Update wmem documentation for the new allocator.Evan Huus1-1/+4
2012-12-27Add documentation about the environment variable.Evan Huus1-0/+6
2012-12-27Update wmem docs to include new type field.Evan Huus1-3/+11
2012-12-19Add missing wmem strbuf routine to the documentation.Evan Huus1-0/+1
2012-12-19Implement a basic singly-linked for wmem.Evan Huus1-2/+18
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus1-16/+18
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus1-6/+6
2012-12-08Recommend wmem over emem in the READMEs where possible.Evan Huus1-3/+3
2012-12-02Document the new pinfo pool, add a TODO list.Evan Huus1-7/+35
2012-11-25Add strdup_printf and strdup_vprintf to the wmem string utilities.Evan Huus1-0/+2
2012-11-25Allocate wmem memory in blocks of 8MB, not 10, because powers of two are nice.Evan Huus1-1/+1
2012-11-24Add the block allocator to the documentation.Evan Huus1-0/+3
2012-11-10More wmem documentation.Evan Huus1-20/+62
2012-11-09Update wmem README to reflect the fact that wmem_file_scope() now works.Evan Huus1-4/+1
2012-11-03More wmem documentation additions and updates. Still incomplete.Evan Huus1-13/+48
2012-10-30Some documentation for wmem.Evan Huus1-0/+145