Searched refs:tcc_mallocz (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c6725 static void *tcc_mallocz(unsigned long size)
6822 sec = tcc_mallocz(sizeof(Section) + strlen(name));
19369 s1->symtab_to_dynsym = tcc_mallocz(sizeof(int) * nb_syms);
19461 phdr = tcc_mallocz(phnum * sizeof(Elf32_Phdr));
19897 sm_table = tcc_mallocz(sizeof(SectionMergeInfo) * ehdr.e_shnum);
20012 old_to_new_syms = tcc_mallocz(nb_syms * sizeof(int));
20696 s->data = tcc_mallocz(s->data_offset);
20766 s = tcc_mallocz(sizeof(TCCState));
6723 static void *tcc_mallocz(unsigned long size) function

Completed in 61 milliseconds