#559 closed defect (fixed)
Update the pool alternative API (pool_alt.h) with the latest pool API
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.0-rc1 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The pool's alternative API (pool_alt.h) allows completely different pool back-ends to be used, and in pjlib's distribution, we have malloc() based pool where each pj_pool_alloc() call will call malloc(). This is useful for checking the memory integrity of the library using tools such as Valgrind or Purify.
This alternative API has not been used for long time and needs updating to make it compilable.
Change History (2)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 16 years ago by bennylp
More in r2137
Note: See
TracTickets for help on using
tickets.
Done in r2123