mbed_controller / Mbed 2 deprecated mbed_controller_demo

Dependencies:   CMDB EthernetInterface HTTPD dconfig mbed-rpc mbed-rtos mbed storage_on_flash

Embed: (wiki syntax)

« Back to documentation index

util.cpp File Reference

util.cpp File Reference

system wide utility function More...

Go to the source code of this file.

Functions

static uint32_t comput_free_heap (uint32_t resolution, uint32_t maximum)
 Compute max consecutive memory chunk, by trying to allocate it.

Detailed Description

system wide utility function

Definition in file util.cpp.


Function Documentation

static uint32_t comput_free_heap ( uint32_t  resolution,
uint32_t  maximum 
) [static]

Compute max consecutive memory chunk, by trying to allocate it.

Definition at line 44 of file util.cpp.