aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-10Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness.Guy Harris1-16/+38
2005-10-08make .._strndup() not to call strndup.Luis Ontanon1-10/+14
2005-10-06ep_strndup and se_strndup do not have to expect strings to be null terminated.Luis Ontanon1-8/+0
2005-10-01emem.[ch]:Luis Ontanon1-1/+40
2005-09-02Fix a typo.Gerald Combs1-1/+1
2005-08-26Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()Gerald Combs1-3/+65
2005-08-16more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_p...Luis Ontanon1-0/+50
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg1-21/+111
2005-07-27Remove two warningsLuis Ontanon1-3/+3
2005-07-26new functions:Luis Ontanon1-1/+77
2005-07-24I believe we should use DISSECTOR_ASSERT instead of g_assert.Luis Ontanon1-11/+7
2005-07-24add some utility functions that use ep_alloc instead of g_malloc.Luis Ontanon1-0/+57
2005-07-22include stdlib instead of malloc.h Ronnie Sahlberg1-1/+1
2005-07-22Set svn:keywords and svn:eol-styleJörg Mayer1-1/+1
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-0/+140