SPBlocks.h File Reference
#include "SPTypes.h"
#include "SPHeaderBegin.h"
#include "SPErrorCodes.h"
#include "SPHeaderEnd.h"
Go to the source code of this file.
Classes |
struct | SPBlocksSuite |
| This suite provides basic memory management for PICA (the Adobe plug-in manager), with debugging capability for the development version of the application. More...
|
Defines |
#define | kSPBlocksSuite "SP Blocks Suite" |
| SPBlocks suite name.
|
#define | kSPBlocksSuiteVersion 2 |
| SPBlocks suite version.
|
Functions |
SPAPI SPErr | SPAllocateBlock (size_t size, const char *debug, void **block) |
| Internal.
|
SPAPI SPErr | SPFreeBlock (void *block) |
| Internal.
|
SPAPI SPErr | SPReallocateBlock (void *block, size_t newSize, const char *debug, void **rblock) |
| Internal.
|
Define Documentation
#define kSPBlocksSuite "SP Blocks Suite" |
#define kSPBlocksSuiteVersion 2 |
Function Documentation
SPAPI SPErr SPAllocateBlock |
( |
size_t |
size, |
|
|
const char * |
debug, |
|
|
void ** |
block | |
|
) |
| | |
SPAPI SPErr SPFreeBlock |
( |
void * |
block |
) |
|
SPAPI SPErr SPReallocateBlock |
( |
void * |
block, |
|
|
size_t |
newSize, |
|
|
const char * |
debug, |
|
|
void ** |
rblock | |
|
) |
| | |