aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-memory.c
Commit message (Expand)AuthorAgeFilesLines
* Prune free'd nodes from our free list otherwise we'll end up re-usingJeffrey Stedfast2002-01-051-0/+17
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Added some malloc check stuff.Not Zed2001-07-091-7/+72
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Modified to match e_strv_get behaviour. Assert on bad cases, and return ""Not Zed2001-04-261-4/+328
* Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-241-2/+2
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-1/+4
* Changed to allocate raw blocks for the data, and keep track of them withNot Zed2001-02-081-44/+23
* Fix typename of args (for all funcs). (e_strv_set_ref): Assert the indexNot Zed2000-11-301-20/+28
* Plug a memleak, need to free results from term_eval(). (term_eval_gt):Not Zed2000-11-291-0/+9
* New function, set a reference to a string that is then owned/free'd by theNot Zed2000-11-221-18/+59
* If we dont get a big enough chunk in the first node, give up. Otherwise weNot Zed2000-11-211-9/+9
* New function to strdup into a mempool.Not Zed2000-11-211-0/+10
* New function to allocate a zero'd out chunk.Not Zed2000-11-211-0/+10
* New routines for fast memory management and compact string array storage.Not Zed2000-11-211-0/+831