Home
last modified time | relevance | path

Searched defs:calloc_2 (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/
H A Dv2l_debug.c122 void *calloc_2(size_t nmemb, size_t size) in calloc_2() function
H A Dv2l_debug_lxt2.c124 void *calloc_2(size_t nmemb, size_t size) in calloc_2() function
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Ddebug.h99 #define calloc_2(x, y) calloc_2((x),(y),__FILE__,__LINE__) macro
H A Ddebug.c323 void *calloc_2(size_t nmemb, size_t size in calloc_2() function