Home
last modified time | relevance | path

Searched refs:debug_mem_calloc (Results 1 – 8 of 8) sorted by relevance

/dports/games/0verkill/0verkill-0.16/
H A Derror.h38 void *debug_mem_calloc(unsigned char *, int, size_t);
44 #define mem_calloc(x) debug_mem_calloc(__FILE__, __LINE__, x)
101 static inline void *debug_mem_calloc(unsigned char *f, int l, size_t s) { f=f; l=l; return mem_call… in debug_mem_calloc() function
H A Derror.c195 void *debug_mem_calloc(unsigned char *file, int line, size_t size) in debug_mem_calloc() function
/dports/www/elinks/elinks-0.11.7/src/util/
H A Dmemdebug.h16 void *debug_mem_calloc(const unsigned char *, int, size_t, size_t);
H A Dmemory.h39 #define mem_calloc(x, y) debug_mem_calloc(__FILE__, __LINE__, x, y)
H A Dmemdebug.c353 debug_mem_calloc(const unsigned char *file, int line, size_t eltcount, size_t eltsize) in debug_mem_calloc() function
/dports/www/elinks/elinks-0.11.7/src/dom/
H A Dnode.c253 struct dom_node *node = debug_mem_calloc(file, line, 1, sizeof(*node)); in init_dom_node_()
/dports/www/links/links-2.25/
H A Dlinks.h707 void *debug_mem_calloc(unsigned char *, int, size_t, int);
714 #define mem_calloc(x) debug_mem_calloc((unsigned char *)__FILE__, __LINE__, x, 0)
719 #define mem_calloc_mayfail(x) debug_mem_calloc((unsigned char *)__FILE__, __LINE__, x, 1)
739 static inline void *debug_mem_calloc(unsigned char *f, int l, size_t s, int mayfail) { return mem_c… in debug_mem_calloc() function
878 p=(unsigned char *)debug_mem_calloc(file, line, 1L, 0); in init_str_x()
H A Derror.c491 void *debug_mem_calloc(unsigned char *file, int line, size_t size, int mayfail) in debug_mem_calloc() function