#include "PI_Basic.h"#include "PI_Mem.h"#include "PI_Mach.h"#include <string.h>Go to the source code of this file.
Functions | |
| Ptr | SmartNewPtr (Size byteCount, OSErr *resultCode) |
| Ptr | SmartNewPtrClear (Size byteCount, OSErr *resultCode) |
| Ptr | DisposeIfPtr (Ptr thePtr) |
| void | LH_mallocInit () |
| void * | LH_malloc (long a) |
| void | LH_free (void *a) |
| void | SetMem (void *bytePtr, size_t numBytes, unsigned char byteValue) |
| void | BlockMove (const void *srcPtr, void *destPtr, Size byteCount) |
|
||||||||||||||||
|
Definition at line 337 of file w98/lh_open/pi_mem.c. Referenced by DeviceLinkFill(), MyAdd_NL_CopyrightTag(), and MyAdd_NL_DescriptionTag().
|
|
|
|
Definition at line 276 of file w98/lh_open/pi_mem.c. References Ptr. Referenced by DisposeIfPtr().
|
|
|
Definition at line 254 of file w98/lh_open/pi_mem.c. Referenced by SmartNewPtr().
|
|
|
Definition at line 238 of file w98/lh_open/pi_mem.c.
|
|
||||||||||||||||
|
||||||||||||
|
Definition at line 47 of file w98/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 w98/lh_open/pi_mem.c. References NULL, Ptr, and SmartNewPtr(). Referenced by CMCreateDeviceLinkProfile(), CMCreateMultiProfileTransformInternal(), Create_LH_ProfileSet(), DeviceLinkFill(), LHColorWorldOpen(), and MyNewDeviceLinkFill().
|
1.3.7