Searched refs:temporary_allocation (Results 1 – 1 of 1) sorted by relevance
554 struct temporary_allocation { struct567 struct temporary_allocation * ta; in allocate_temporary_registers() argument593 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, in allocate_temporary_registers()594 sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()595 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()