mirror of https://github.com/ArduPilot/ardupilot
7 lines
185 B
C
7 lines
185 B
C
|
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||
|
|
||
|
unsigned memcheck_available_memory(void);
|
||
|
void memcheck_init(void);
|
||
|
void memcheck_update_stackptr(void);
|
||
|
|