HAPMEM
HAP Memory Allocator
HAP_mem_req_payload_t Struct Reference

#include <HAP_mem.h>

Public Attributes

HAP_mem_req_t request_id
 
union {
   HAP_mem_marker_payload_t   mem_marker_payload
 
   HAP_mem_map_t   mmap
 
   HAP_mem_unmap_t   munmap
 
   HAP_mem_reserve_t   reserve
 
   HAP_mem_unreserve_t   unreserve
 
}; 
 

Detailed Description

Payload for different requests New request payload structures should be added to the union.


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