Home
last modified time | relevance | path

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

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dextern.h145 # define Malloc_TSD(TSD,bytes) mymallocTSD(TSD,bytes) macro
155 # define Malloc_TSD(TSD,bytes) get_a_chunkTSD(TSD,bytes) macro
165 # define Malloc_TSD(TSD,bytes) (TSD)->MTMalloc(TSD,bytes) macro