MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / heap_allocated

Method heap_allocated

libraries/AP_Scripting/lua_scripts.h:44–44  ·  view source on GitHub ↗

return true if initialisation failed

Source from the content-addressed store, hash-verified

42
43 // return true if initialisation failed
44 bool heap_allocated() const { return _heap.available(); }
45
46 // run scripts, does not return unless an error occured
47 void run(void);

Callers 1

threadMethod · 0.80

Calls 1

availableMethod · 0.45

Tested by

no test coverage detected