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

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h454 #ifndef ANTLR3_MALLOC
455 /// Default definition of ANTLR3_MALLOC. You can override this before including
458 #define ANTLR3_MALLOC(request) malloc ((size_t)(request)) macro

Completed in 838 milliseconds