#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 lh_open/pi_mem.c.
|
|
Definition at line 99 of file lh_open/pi_mem.c.
|
|
Definition at line 276 of file lh_open/pi_mem.c.
|
|
Definition at line 254 of file lh_open/pi_mem.c.
|
|
Definition at line 238 of file lh_open/pi_mem.c.
|
|
|
|
Definition at line 47 of file lh_open/pi_mem.c.
|
|
Definition at line 72 of file lh_open/pi_mem.c.
|