#include <stdlib.h>
Go to the source code of this file.
Typedefs | |
typedef INT32 | Size |
Functions | |
void * | LH_malloc (long a) |
void | LH_free (void *a) |
void | LH_mallocInit () |
Ptr | DisposeIfPtr (Ptr aPtr) |
Ptr | SmartNewPtr (Size byteCount, OSErr *resultCode) |
Ptr | SmartNewPtrClear (Size byteCount, OSErr *resultCode) |
UINT32 | TickCount (void) |
double | MyTickCount (void) |
double | rint (double a) |
void | BlockMove (const void *srcPtr, void *destPtr, Size byteCount) |
|
Definition at line 17 of file w98/lh_open/pi_mem.h. |
|
Definition at line 337 of file lh_open/pi_mem.c. Referenced by DeviceLinkFill(), MyAdd_NL_CopyrightTag(), and MyAdd_NL_DescriptionTag().
|
|
|
Definition at line 276 of file lh_open/pi_mem.c. References Ptr. Referenced by DisposeIfPtr().
|
|
Definition at line 254 of file lh_open/pi_mem.c. Referenced by SmartNewPtr().
|
|
Definition at line 238 of file lh_open/pi_mem.c.
|
|
|
|
|
|
Definition at line 47 of file lh_open/pi_mem.c. References LH_malloc(), notEnoughMemoryErr, and Ptr. Referenced by AllocBufferCheckCM(), CheckInputColorSpace(), CheckOutputColorSpace(), CheckOutputColorSpaceChk(), CMConvIndexToNameProfile(), CMConvNameToIndexProfile(), CMGetNamedProfileInfoProfile(), CMMInitPrivate(), DeviceLinkFill(), Do555To8Setup(), Do8To555Setup(), Extract_Gray_Luts(), Extract_MFT_Alut(), Extract_MFT_Elut(), Extract_MFT_Xlut(), Extract_TRC_Alut(), Extract_TRC_Elut(), Extract_TRC_Matrix(), ExtractAll_MFT_Luts(), GetMatrixFromProfile(), InvertLut1d(), MakeSessionFromLink(), MyAdd_NL_SequenceDescTag(), MyNewDeviceLinkFill(), and SmartNewPtrClear().
|
|
Definition at line 72 of file lh_open/pi_mem.c. References NULL, Ptr, and SmartNewPtr(). Referenced by CMCreateDeviceLinkProfile(), CMCreateMultiProfileTransformInternal(), Create_LH_ProfileSet(), DeviceLinkFill(), LHColorWorldOpen(), and MyNewDeviceLinkFill().
|
|
Definition at line 55 of file lh_open/pi_tick.c.
|