mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_HAL_SITL: removed heap APIs
This commit is contained in:
parent
cad53d748a
commit
4a794b05d8
@ -84,17 +84,6 @@ private:
|
|||||||
static ToneAlarm_SF _toneAlarm;
|
static ToneAlarm_SF _toneAlarm;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLE_HEAP
|
|
||||||
struct heap_allocation_header {
|
|
||||||
size_t allocation_size; // size of allocated block, not including this header
|
|
||||||
};
|
|
||||||
|
|
||||||
struct heap {
|
|
||||||
size_t scripting_max_heap_size;
|
|
||||||
size_t current_heap_usage;
|
|
||||||
};
|
|
||||||
#endif // ENABLE_HEAP
|
|
||||||
|
|
||||||
int saved_argc;
|
int saved_argc;
|
||||||
char *const *saved_argv;
|
char *const *saved_argv;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user