Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h215 #define SG_MALLOC_ATOMIC(size) Sg_malloc_atomic(size) macro
220 #define SG_NEW_ATOMIC(type) ((type*)(SG_MALLOC_ATOMIC(sizeof(type))))
221 #define SG_NEW_ATOMIC2(type, size) ((type)(SG_MALLOC_ATOMIC(size)))