Searched refs:U_ALLOC_LINE (Results 1 – 1 of 1) sorted by relevance
127 #define U_ALLOC_LINE(size) lalloc(size, FALSE) macro511 uhp = U_ALLOC_LINE(sizeof(u_header_T)); in u_savecommon()702 uep = U_ALLOC_LINE(sizeof(u_entry_T)); in u_savecommon()728 if ((uep->ue_array = U_ALLOC_LINE(sizeof(undoline_T) * size)) == NULL) in u_savecommon()1332 uhp = U_ALLOC_LINE(sizeof(u_header_T)); in unserialize_uhp()1449 uep = U_ALLOC_LINE(sizeof(u_entry_T)); in unserialize_uep()1463 array = U_ALLOC_LINE(sizeof(undoline_T) * uep->ue_size); in unserialize_uep()2038 uhp_table = U_ALLOC_LINE(num_head * sizeof(u_header_T *)); in u_read_undo()2773 if ((newarray = U_ALLOC_LINE(sizeof(undoline_T) * oldsize)) == NULL) in u_undoredo()