aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
Commit message (Expand)AuthorAgeFilesLines
* Update README.wmem, release notes for emem removalEvan Huus2015-02-041-23/+17
* Lua can free tvbuffs too earlyHadriel Kaplan2015-01-251-1/+1
* Update the doc directory to use https://www.wireshark.org.Gerald Combs2014-09-171-1/+1
* wmem documentation updatesEvan Huus2014-05-141-12/+11
* Fix some wmem-related documentation.Evan Huus2014-02-261-1/+10
* Remove $Id$ and other Subversion leftovers from the doc files.Jeff Morriss2014-02-141-2/+0
* From Ville Skyttä: Spelling FixesBill Meier2013-12-231-1/+1
* Document that pinfo-scoped memory is also needed for anything passed toEvan Huus2013-07-261-4/+5
* Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.Evan Huus2013-07-211-2/+8
* Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus2013-07-201-2/+2
* Simple growable array implementation for wmem.Evan Huus2013-07-061-1/+0
* Update READMEs.Evan Huus2013-06-181-14/+10
* Update wmem README for the tree implementation.Evan Huus2013-06-161-1/+3
* First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus2013-05-261-36/+6
* Minor refactor: make the framework responsible for allocating and freeing theEvan Huus2013-05-221-17/+18
* Use a readable name for the wmem callback test. Warn that reallocing memoryEvan Huus2013-05-161-3/+4
* Round two of wmem cleanup callbacks. While the emem tree behaviour will requireEvan Huus2013-05-081-22/+26
* Add user callbacks to wmem. This feature is a generic way to transparently mimicEvan Huus2013-05-071-0/+31
* Remove singly-linked list from the wmem TODO list. Now that it has appendEvan Huus2013-05-011-5/+0
* Wmem string-buffer improvements:Evan Huus2013-04-261-1/+0
* Summarize the API listing in the wmem README. Doxygen in the header files willEvan Huus2013-04-251-42/+28
* Add a section to the wmem README about testing.Evan Huus2013-04-221-0/+14
* Document the wmem override environment variable in the man pages, and improveEvan Huus2013-03-111-7/+27
* Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus2013-03-091-7/+1
* Update wmem docsEvan Huus2013-02-081-2/+3
* Handle NULL-pointers and 0-lengths in a much simpler allocator-agnostic way,Evan Huus2013-01-231-0/+6
* Rewrite wmem_allocator_simple to track allocations using a GHashTable instead ofEvan Huus2013-01-191-1/+1
* Add three more slots to the wmem allocater definition (not yet implementedEvan Huus2013-01-191-11/+49
* Minor documentation tweaks. Add a hash table to the wishlist.Evan Huus2013-01-151-7/+9
* Add convenience macros wmem_new and wmem_new0Evan Huus2013-01-041-0/+2
* Replace another instance of emem in README.developer with wmem.Evan Huus2012-12-291-0/+1
* Update wmem documentation for the new allocator.Evan Huus2012-12-281-1/+4
* Add documentation about the environment variable.Evan Huus2012-12-271-0/+6
* Update wmem docs to include new type field.Evan Huus2012-12-271-3/+11
* Add missing wmem strbuf routine to the documentation.Evan Huus2012-12-191-0/+1
* Implement a basic singly-linked for wmem.Evan Huus2012-12-191-2/+18
* Dispatch all allocator creations through a single function using an enum toEvan Huus2012-12-191-16/+18
* Use 'new' instead of 'create' a consistent manner.Evan Huus2012-12-181-6/+6
* Recommend wmem over emem in the READMEs where possible.Evan Huus2012-12-081-3/+3
* Document the new pinfo pool, add a TODO list.Evan Huus2012-12-021-7/+35
* Add strdup_printf and strdup_vprintf to the wmem string utilities.Evan Huus2012-11-251-0/+2
* Allocate wmem memory in blocks of 8MB, not 10, because powers of two are nice.Evan Huus2012-11-251-1/+1
* Add the block allocator to the documentation.Evan Huus2012-11-241-0/+3
* More wmem documentation.Evan Huus2012-11-101-20/+62
* Update wmem README to reflect the fact that wmem_file_scope() now works.Evan Huus2012-11-091-4/+1
* More wmem documentation additions and updates. Still incomplete.Evan Huus2012-11-031-13/+48
* Some documentation for wmem.Evan Huus2012-10-301-0/+145