Searched refs:alloc_call (Results 1 – 2 of 2) sorted by relevance
1598 tree alloc_call, alloc_expr; in build_new_1() local1727 alloc_call = (build_function_call in build_new_1()1766 alloc_call = build_new_method_call (build_dummy_object (elt_type), in build_new_1()1781 alloc_call = build_operator_new_call (fnname, placement, in build_new_1()1787 if (alloc_call == error_mark_node) in build_new_1()1795 return build_nop (pointer_type, alloc_call); in build_new_1()1801 alloc_expr = get_target_expr (build_nop (full_pointer_type, alloc_call)); in build_new_1()1805 while (TREE_CODE (alloc_call) == COMPOUND_EXPR) in build_new_1()1806 alloc_call = TREE_OPERAND (alloc_call, 1); in build_new_1()1827 stabilize_call (alloc_call, &inits); in build_new_1()[all …]
1586 goto alloc_call; // 65 or more cache lines ( > 8KB ), don't use free lists in ___kmp_fast_allocate()1619 alloc_call: in ___kmp_fast_allocate()