Searched refs:TALLOC (Results 1 - 1 of 1) sorted by relevance
/external/clearsilver/util/regex/ |
H A D | regex.c | 314 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) 317 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t) 1744 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); 1779 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char); 3912 regs->start = TALLOC (regs->num_regs, regoff_t); 3913 regs->end = TALLOC (regs->num_regs, regoff_t); 5445 regs.start = TALLOC (nmatch, regoff_t); 5446 regs.end = TALLOC (nmatch, regoff_t); 312 #define TALLOC macro
|
Completed in 74 milliseconds