Home
last modified time | relevance | path

Searched refs:tcc_realloc (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c6731 static inline void *tcc_realloc(void *ptr, unsigned long size) in tcc_realloc() function
6772 pp = tcc_realloc(pp, nb_alloc * sizeof(void *)); in dynarray_add()
6865 data = tcc_realloc(sec->data, size); in section_realloc()
7145 ptable = tcc_realloc(table_ident, (i + TOK_ALLOC_INCR) * sizeof(TokenSym *)); in tok_alloc_new()
7205 data = tcc_realloc(cstr->data_allocated, size); in cstr_realloc()
8003 str = tcc_realloc(s->str, len * sizeof(int)); in tok_str_realloc()
18761 tab = tcc_realloc(s1->got_offsets, n * sizeof(unsigned long)); in put_got_offset()