Home
last modified time | relevance | path

Searched refs:_gen_malloc (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/oxine/
H A Dutils.h52 void *_gen_malloc ( size_t, const char * , const char *, int );
61 #define ho_new(type) (_gen_malloc(sizeof(type),NULL,__FILE__,__LINE__))
62 #define ho_new_tagged(type,text) (_gen_malloc(sizeof(type),text,__FILE__,__LINE__))
80 #define ho_newstring(wSize) (_gen_malloc((size_t)(wSize),"string",__FILE__,__LINE__))
H A Dutils.c304 void *_gen_malloc(size_t wSize, const char* tag, const char* lpFile, int nLine) { in _gen_malloc() function
355 lpReturn = _gen_malloc( wSize, "strdup'ed string", lpFile, nLine ); in _gen_strdup()
402 lpNew = _gen_malloc( wSize, NULL, lpFile, nLine ); in _gen_realloc()