Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 19:18:40 by
1.7.2