Home
last modified time | relevance | path

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

/aoo42x/main/soltools/cpp/
H A Dcpp.h129 #define new(t) (t *)domalloc(sizeof(t))
196 void *domalloc(int);
H A D_tokens.c207 trp->bp = (Token *) domalloc(size * sizeof(Token)); in maketokenrow()
552 uchar *ns = (uchar *) domalloc(l + o + 1); in newstring()
H A D_lex.c678 s->inb = domalloc(len + 4); in setsource()
684 s->inb = domalloc(INS + 4); in setsource()
H A D_cpp.c322 domalloc(int size) in domalloc() function

Completed in 38 milliseconds