Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomAllocDecl.h73 #define omRealloc(addr,size) _omDebugRealloc(addr,NULL,(void*)(s… macro
94 #define omRealloc(addr,size) _omRealloc(addr,size) macro
225 #define omRealloc(addr,size) _omRealloc(addr,size) macro
H A Dxalloc.h107 static inline void *omRealloc(void *d, size_t ns) in omRealloc() function