]> granicus.if.org Git - libjpeg-turbo/commit
Add new API functions, tjAlloc() and tjFree(), which allow memory to be allocated...
authorDRC <dcommander@users.sourceforge.net>
Tue, 24 May 2011 16:52:47 +0000 (16:52 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 24 May 2011 16:52:47 +0000 (16:52 +0000)
commit6b76f75d2c0ebdc462f6bc663289fa4bfde1629a
tree25e4687068699d56c44b5016cd9288c700eb26a3
parent90215cca0ccd4fc69ecbde9a1d779cdaf5fe7c8d
Add new API functions, tjAlloc() and tjFree(), which allow memory to be allocated and freed using a method of the library's choosing.  At the moment, the primary purpose for this is to avoid allocating/freeing memory across the DLL boundary on Windows.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@634 632fc199-4ca6-4c93-a231-07263d6284db
15 files changed:
doc/html/annotated.html
doc/html/classes.html
doc/html/functions.html
doc/html/functions_vars.html
doc/html/group___turbo_j_p_e_g.html
doc/html/index.html
doc/html/modules.html
doc/html/structtjregion.html
doc/html/structtjscalingfactor.html
doc/html/structtjtransform.html
jpegut.c
turbojpeg-mapfile
turbojpeg-mapfile.jni
turbojpeg.h
turbojpegl.c