Home
last modified time | relevance | path

Searched defs:GP_Malloc (Results 1 – 2 of 2) sorted by relevance

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpsystem.h75 #define GP_Malloc(Size) gp_malloc(Size, __FILE__, __LINE__, __func__) macro
/dports/devel/ga/ga-5.8/gparrays/src/
H A Dgpcapi.c206 void* GP_Malloc(size_t size) in GP_Malloc() function