Searched refs:tcc_malloc (Results 1 – 1 of 1) sorted by relevance
6709 static void *tcc_malloc(unsigned long size) in tcc_malloc() function6726 ptr = tcc_malloc(size); in tcc_mallocz()6750 ptr = tcc_malloc(strlen(str) + 1); in tcc_strdup()6787 sym_pool = tcc_malloc(SYM_POOL_NB * sizeof(Sym)); in __sym_malloc()7151 ts = tcc_malloc(sizeof(TokenSym) + len); in tok_alloc_new()7508 bf = tcc_malloc(sizeof(BufferedFile)); in tcc_open()8410 e = tcc_malloc(sizeof(CachedInclude) + strlen(filename)); in add_cached_include()14928 buf = tcc_malloc(len + 1); in tcc_compile_string()17796 bf = tcc_malloc(sizeof(BufferedFile)); in tcc_assemble_inline()17927 op->constraint = tcc_malloc(tokc.cstr->size); in parse_asm_operands()[all …]