- Fixed a bug where a pool_free() on the most-recently allocated pool
authorWayne Davison <wayned@samba.org>
Tue, 29 May 2007 00:52:08 +0000 (00:52 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 29 May 2007 00:52:08 +0000 (00:52 +0000)
commite3d27df44468267e7086e63307a61a72c0e60a1e
tree26281d271391f3426fdf3221720b43d0bf0dec58
parent6aa27a7ce54a93f42f4fde62af9c195e59f4a0a3
- Fixed a bug where a pool_free() on the most-recently allocated pool
  item was trying to make that memory available to the pool, but it
  failed to adjust the right variable.
- Fixed a bug in pool_free() where the return of the entire live
  extent back to unallocated status did not obey POOL_CLEAR.
- Use the new() and new_array() functions instead of malloc().
- Changed the sqew variable to skew.
- Some other minor formatting tweaks.
lib/pool_alloc.c