Home
last modified time | relevance | path

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

/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_malloc.c200 void* taucs_internal_malloc(size_t size, in taucs_internal_malloc() function
H A Dtaucs.h707 void* taucs_internal_malloc(size_t size, char* file, int line);
719 #define taucs_malloc(x) taucs_internal_malloc(x,__FILE__,__LINE__)