Knox Tizen Wearable SDK
|
Place at the front of any structure or block of memory that is intended to be disowned by the allocator, to be discarded by a subsequent owner. More...
#include <knox_custom_client_type.h>
Data Fields | |
int | id |
void(* | free_func )(void *block) |
Place at the front of any structure or block of memory that is intended to be disowned by the allocator, to be discarded by a subsequent owner.
Definition at line 72 of file knox_custom_client_type.h.
void(* custom_mem_header_t::free_func) (void *block) |
Pointer function used to free a block of memory
Definition at line 74 of file knox_custom_client_type.h.
int custom_mem_header_t::id |
Internal id
Definition at line 73 of file knox_custom_client_type.h.