Knox Tizen Wearable SDK
custom_mem_header_t Struct Reference

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)
 

Detailed Description

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.

See also

Definition at line 72 of file knox_custom_client_type.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: