aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
AgeCommit message (Expand)AuthorFilesLines
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