Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_os_malloc_t Struct Reference

connector_os_malloc_t Struct Reference
[Malloc]

Structure passed to connector_request_id_os_malloc callback. More...

#include <connector_api_os.h>

Data Fields

size_t CONST size
 Number of bytes to be allocated.
void * ptr
 Pointer to allocated memory.

Detailed Description

Structure passed to connector_request_id_os_malloc callback.

Definition at line 42 of file connector_api_os.h.


Field Documentation

void* ptr

Pointer to allocated memory.

Definition at line 44 of file connector_api_os.h.

size_t CONST size

Number of bytes to be allocated.

Definition at line 43 of file connector_api_os.h.