From 6b76f75d2c0ebdc462f6bc663289fa4bfde1629a Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 24 May 2011 16:52:47 +0000 Subject: [PATCH] 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 --- doc/html/annotated.html | 2 +- doc/html/classes.html | 2 +- doc/html/functions.html | 2 +- doc/html/functions_vars.html | 2 +- doc/html/group___turbo_j_p_e_g.html | 63 +++++++++++++++++++++++++++-- doc/html/index.html | 2 +- doc/html/modules.html | 2 +- doc/html/structtjregion.html | 2 +- doc/html/structtjscalingfactor.html | 2 +- doc/html/structtjtransform.html | 2 +- jpegut.c | 12 +++--- turbojpeg-mapfile | 2 + turbojpeg-mapfile.jni | 2 + turbojpeg.h | 33 +++++++++++++-- turbojpegl.c | 17 ++++++++ 15 files changed, 125 insertions(+), 22 deletions(-) diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 09db2cb4..7206554f 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -81,7 +81,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); -