mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
b6e2970f6f
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3206 f9c3cf11-9bcb-44bc-f272-b75c42450872
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);
|
|
|