Searched refs:exalloc (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libexpr/
H A Dexpr.h100 #define exalloc(p,n) exnewof(p,0,char,n,0) macro
H A Dexgram.h40 #define ALLOCATE(p,x) (x*)exalloc(p,sizeof(x))
H A Dexparse.y393 $$->data.select.constant = (Extype_t**)exalloc(expr.program, (n + 1) * sizeof(Extype_t*));
H A DOexparse.c1241 exval.expr->data.select.constant = (Extype_t**)exalloc(expr.program, (n + 1) * sizeof(Extype_t*));

Completed in 21 milliseconds