OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLOC_GROW
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
cache.h
60
#define
ALLOC_GROW
(x, nr, alloc) \
sigchain.c
24
ALLOC_GROW
(s->old, s->n + 1, s->alloc);
strbuf.c
50
ALLOC_GROW
(sb->buf, sb->len + extra + 1, sb->alloc);
help.c
15
ALLOC_GROW
(cmds->names, cmds->cnt + 1, cmds->alloc);
267
ALLOC_GROW
(cmds->names, cmds->cnt + old->cnt, cmds->alloc);
Completed in 156 milliseconds