aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
AgeCommit message (Expand)AuthorFilesLines
2016-08-06doc: fix typos.Dario Lombardo1-3/+3
2016-05-13Have wmem conform to checkAPIs.plMichael Mann1-6/+6
2016-05-07Update README.wmemEvan Huus1-26/+66
2015-02-04Update README.wmem, release notes for emem removalEvan Huus1-23/+17
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan1-1/+1
2014-09-17Update the doc directory to use https://www.wireshark.org.Gerald Combs1-1/+1
2014-05-14wmem documentation updatesEvan Huus1-12/+11
2014-02-26Fix some wmem-related documentation.Evan Huus1-1/+10
2014-02-14Remove $Id$ and other Subversion leftovers from the doc files.Jeff Morriss1-2/+0
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-07-26Document that pinfo-scoped memory is also needed for anything passed toEvan Huus1-4/+5
2013-07-21Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.Evan Huus1-2/+8
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-2/+2
2013-07-06Simple growable array implementation for wmem.Evan Huus1-1/+0
2013-06-18Update READMEs.Evan Huus1-14/+10
2013-06-16Update wmem README for the tree implementation.Evan Huus1-1/+3
2013-05-26First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus1-36/+6
2013-05-22Minor refactor: make the framework responsible for allocating and freeing theEvan Huus1-17/+18
2013-05-16Use a readable name for the wmem callback test. Warn that reallocing memoryEvan Huus1-3/+4
2013-05-08Round two of wmem cleanup callbacks. While the emem tree behaviour will requireEvan Huus1-22/+26
2013-05-07Add user callbacks to wmem. This feature is a generic way to transparently mimicEvan Huus1-0/+31
2013-05-01Remove singly-linked list from the wmem TODO list. Now that it has appendEvan Huus1-5/+0
2013-04-26Wmem string-buffer improvements:Evan Huus1-1/+0
2013-04-25Summarize the API listing in the wmem README. Doxygen in the header files willEvan Huus1-42/+28
2013-04-22Add a section to the wmem README about testing.Evan Huus1-0/+14
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