Home
last modified time | relevance | path

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

/external/clearsilver/util/regex/
Dregex.c234 #define REGEX_ALLOCATE malloc macro
260 #define REGEX_ALLOCATE alloca macro
316 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))