Lines Matching full:tcc_malloc
6711 static void *tcc_malloc(unsigned long size)
6728 ptr = tcc_malloc(size);
6752 ptr = tcc_malloc(strlen(str) + 1);
6789 sym_pool = tcc_malloc(SYM_POOL_NB * sizeof(Sym));
7153 ts = tcc_malloc(sizeof(TokenSym) + len);
7510 bf = tcc_malloc(sizeof(BufferedFile));
8412 e = tcc_malloc(sizeof(CachedInclude) + strlen(filename));
14930 buf = tcc_malloc(len + 1);
17798 bf = tcc_malloc(sizeof(BufferedFile));
17929 op->constraint = tcc_malloc(tokc.cstr->size);
18436 new_syms = tcc_malloc(nb_syms * sizeof(Elf32_Sym));
18437 old_to_new_syms = tcc_malloc(nb_syms * sizeof(int));
19417 section_order = tcc_malloc(sizeof(int) * shnum);
19848 data = tcc_malloc(size);
20123 data = tcc_malloc(size);
20286 dllref = tcc_malloc(sizeof(DLLReference) + strlen(soname));
21420 arg = tcc_malloc(len + 1);