Searched refs:decMalloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c267 #define malloc(a) decMalloc(a)
271 static void *decMalloc (size_t);
5892 /* decMalloc -- accountable allocation routine */
5906 decMalloc (uInt n) function

Completed in 100 milliseconds