Message183591
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | Rhamphoryncus, amaury.forgeotdarc, barry, jlaurila, jszakmeister, ncoghlan, neilo, pitrou, pjmcnerney, rhettinger, tlesher, vstinner |
| Date | 2013-03-06.13:41:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1362577292.4.0.968836393228.issue3329@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Some customizable memory allocators I know have an extra parameter "void *opaque" that is passed to all functions: - in zlib: zalloc and zfree: http://www.zlib.net/manual.html#Usage - same thing for bz2. - lzma's ISzAlloc: http://www.asawicki.info/news_1368_lzma_sdk_-_how_to_use.html - Oracle's OCI: http://docs.oracle.com/cd/B10501_01/appdev.920/a96584/oci15re4.htm OTOH, expat, libxml, libmpdec don't have this extra parameter. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-06 13:41:32 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, barry, rhettinger, ncoghlan, Rhamphoryncus, pitrou, vstinner, jszakmeister, tlesher, jlaurila, neilo, pjmcnerney |
| 2013-03-06 13:41:32 | amaury.forgeotdarc | set | messageid: <1362577292.4.0.968836393228.issue3329@psf.upfronthosting.co.za> |
| 2013-03-06 13:41:32 | amaury.forgeotdarc | link | issue3329 messages |
| 2013-03-06 13:41:32 | amaury.forgeotdarc | create | |