Home
last modified time | relevance | path

Searched refs:mymallocTSD (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dmemory.c1091 return mymallocTSD(__regina_get_tsd(), bytes) ; in mymalloc()
1094 void *mymallocTSD( const tsd_t *TSD, int bytes ) in mymallocTSD() function
H A Dextern.h132 void *mymallocTSD( const tsd_t *TSD, int bytes ) ;
145 # define Malloc_TSD(TSD,bytes) mymallocTSD(TSD,bytes)
146 # define MallocTSD(bytes) mymallocTSD(TSD,bytes)
H A Dwrappers.h370 #define mymallocTSD __regina_mymallocTSD macro