For the complete experience, please enable JavaScript in your browser. Thank you!
|
Custom Platform Support Development Kit
1.3
|
Defines the interface that represents the calloc. More...
#include <IFCMCalloc.h>
Public Member Functions | |
| virtual FCM::PVoid _FCMCALL | Alloc (FCM::U_Int32 cb)=0 |
| Allocates memory of the size requested by the parameter cb. More... | |
| virtual void _FCMCALL | Free (FCM::PVoid pv)=0 |
| Deallocates the memory pointed by the param pv. More... | |
Public Member Functions inherited from FCM::IFCMUnknown | |
| virtual FCM::Result _FCMCALL | QueryInterface (ConstRefFCMIID pInterfaceID, FCM::PPVoid ppvObj)=0 |
| Return pointers to supported interfaces on given object. More... | |
| virtual FCM::U_Int32 _FCMCALL | AddRef ()=0 |
| Increments the reference count on the given object. More... | |
| virtual FCM::U_Int32 _FCMCALL | Release ()=0 |
| Decrements the reference count on the given object. More... | |
Defines the interface that represents the calloc.
|
pure virtual |
Allocates memory of the size requested by the parameter cb.
| cb | (IN) Size of the memory to be allocated. |
|
pure virtual |
Deallocates the memory pointed by the param pv.
| pv | (IN) Pointer to memory to be deallocated. |
1.8.8 Americas
Europe, Middle East and Africa
Asia Pacific
Copyright © 2025 Adobe Systems Incorporated. All rights reserved.
Public Member Functions inherited from