Files
blis/frame
Field G. Van Zee 83e45de23e Allow packm_init() to reacquire a too-small mem_t.
Details:
- Changed bli_packm_init() to react differently to a situation where a pack
  obj_t has an already-allocated mem_t entry that has a buffer that is smaller
  than what will be needed to hold the block/panel that now needs to be
  packed. Previously, this situation was treated with an abort() since I
  assumed something was horribly wrong. I have changed the code so that it now
  reacts by releasing the previous mem_t and re-acquires a new mem_t with the
  new information. (This change was done at the request of Bryan Marker to
  facilitate code generation via DxT.)
2013-04-18 18:33:03 -05:00
..
2013-03-24 20:01:49 -05:00
2013-03-24 20:01:49 -05:00
2013-04-16 19:43:14 -05:00
2013-03-24 20:01:49 -05:00