OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YYMALLOC
(Results
1 - 3
of
3
) sorted by null
/external/bison/data/
glr.c
269
#ifndef
YYMALLOC
270
# define
YYMALLOC
malloc
1074
yyset->yystates = (yyGLRState**)
YYMALLOC
(16 * sizeof yyset->yystates[0]);
1079
(yybool*)
YYMALLOC
(16 * sizeof yyset->yylookaheadNeeds[0]);
1103
(yyGLRStackItem*)
YYMALLOC
(yysize * sizeof yystackp->yynextFree[0]);
1135
yynewItems = (yyGLRStackItem*)
YYMALLOC
(yynewSize * sizeof yynewItems[0]);
[
all
...]
/external/bison/src/
parse-gram.c
493
# define YYSTACK_ALLOC
YYMALLOC
499
&& ! ((defined
YYMALLOC
|| defined malloc) \
506
# ifndef
YYMALLOC
507
# define
YYMALLOC
malloc
[
all
...]
/external/libpcap/
grammar.c
791
# define YYSTACK_ALLOC
YYMALLOC
797
&& ! ((defined
YYMALLOC
|| defined malloc) \
804
# ifndef
YYMALLOC
805
# define
YYMALLOC
malloc
[
all
...]
Completed in 653 milliseconds