mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL_SITL: removed heap APIs
This commit is contained in:
parent
d90d46c02d
commit
0e1bad605a
@ -84,17 +84,6 @@ private:
|
||||
static ToneAlarm_SF _toneAlarm;
|
||||
#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;
|
||||
char *const *saved_argv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user