Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomInline.h112 __omTypeAlloc0Aligned(void*, addr, size); in _omAlloc0Aligned()
193 __omTypeAlloc0Aligned(void*,addr, size); in _omalloc0()
H A DomAllocPrivate.h264 #define __omTypeAlloc0Aligned(type, addr, size) \ macro
281 #define __omTypeAlloc0Aligned __omTypeAlloc0 macro
H A DomDebug.c332 __omTypeAlloc0Aligned(void*, o_addr, o_size); in __omDebugAlloc()
H A DomAllocDecl.h241 #define omTypeAlloc0Aligned(type,addr,size) __omTypeAlloc0Aligned(type,addr,size)