DJI Payload SDK  1.5.3
Macros
Memory Handle Function

Macros

#define PSDK_MEM_MALLOC   malloc
 Set memory malloc function. More...
 
#define PSDK_MEM_FREE   free
 Set memory free function. More...
 

Detailed Description

Macro Definition Documentation

◆ PSDK_MEM_MALLOC

#define PSDK_MEM_MALLOC   malloc

Set memory malloc function.

Note
If operating system is used, the function must be thread safe.

◆ PSDK_MEM_FREE

#define PSDK_MEM_FREE   free

Set memory free function.

Note
If operating system is used, the function must be thread safe.