Searched defs:ANTLR3_CALLOC (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h461 #ifndef ANTLR3_CALLOC
462 /// Default definition of ANTLR3_CALLOC. You can override this before including
465 #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) macro

Completed in 85 milliseconds