Knox Tizen Wearable SDK
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 <mdm_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.

Since (Knox_wearable):
1.0.0
Since (Tizen):
2.3.1.5

Definition at line 167 of file mdm_client_type.h.

Field Documentation

void(* mem_header_t::free_func) (void *block)

Pointer function used to free a block of memory

Definition at line 169 of file mdm_client_type.h.

int mem_header_t::id

Internal id

Definition at line 168 of file mdm_client_type.h.


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