aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
Commit message (Expand)AuthorAgeFilesLines
* more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_p...Luis Ontanon2005-08-161-0/+50
* Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg2005-08-121-21/+111
* Remove two warningsLuis Ontanon2005-07-271-3/+3
* new functions:Luis Ontanon2005-07-261-1/+77
* I believe we should use DISSECTOR_ASSERT instead of g_assert.Luis Ontanon2005-07-241-11/+7
* add some utility functions that use ep_alloc instead of g_malloc.Luis Ontanon2005-07-241-0/+57
* include stdlib instead of malloc.h Ronnie Sahlberg2005-07-221-1/+1
* Set svn:keywords and svn:eol-styleJörg Mayer2005-07-221-1/+1
* EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg2005-07-221-0/+140