osrf/osrf_testing_tools_cpp

add function that ensures that memory tools is enabled and working correctly

wjwwood opened this issue · 0 comments

Due to issues with optimizers, writing a function that actually calls malloc (or one of the other functions) isn't always trivial. memory tools should provide a function (or functions) that ensure the interpose worked (malloc and friends were overridden) and that calling malloc (or other functions) actually gets intercepted.