|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include <AP_Math/AP_Math.h>#include "Util.h"#include <chheap.h>#include "ToneAlarm.h"#include "RCOutput.h"Go to the source code of this file.
Functions | |
| size_t | mem_available (void) |
| void * | malloc_ccm (size_t size) |
Variables | |
| const AP_HAL::HAL & | hal |
| void* malloc_ccm | ( | size_t | size | ) |
Definition at line 43 of file malloc.c.
Referenced by malloc(), and ChibiOS::Util::try_alloc_from_ccm_ram().
| size_t mem_available | ( | void | ) |
Definition at line 91 of file malloc.c.
Referenced by ChibiOS::Util::available_memory().
| const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.
1.8.13