MCPcopy Create free account
hub / github.com/activeloopai/deeplake / yyalloc

Function yyalloc

cpp/3rd_party/sql-parser/src/parser/flex_lexer.cpp:5117–5122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5115#endif
5116
5117void *yyalloc (yy_size_t size , yyscan_t yyscanner)
5118{
5119 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
5120 (void)yyg;
5121 return malloc(size);
5122}
5123
5124void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
5125{

Callers 6

yy_create_bufferFunction · 0.85
yyensure_buffer_stackFunction · 0.85
yy_scan_bufferFunction · 0.85
yy_scan_bytesFunction · 0.85
yylex_initFunction · 0.85
yylex_init_extraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected