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

/haiku/src/build/libgnuregex/
H A Dregex.c180 #define REGEX_ALLOCATE malloc
203 #define REGEX_ALLOCATE alloca
223 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
2251 REGEX_ALLOCATE. */
2287 REGEX_ALLOCATE (INIT_FAILURE_ALLOC * sizeof (fail_stack_elt_t)); \
178 #define REGEX_ALLOCATE macro
201 #define REGEX_ALLOCATE macro

Completed in 37 milliseconds