aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-memory.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-1215/+0
* 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