mbed-os/features/storage/FEATURE_STORAGE
Russ Butler 3601b5ebb3 CFSTORE - Fix test failures due to fragmentation
In the config store create test in test case #5 the amount of available
memory is determined by fully allocating the heap. This is done
multiple times to determine if there is a memory leak. This causes
problems when even slight fragmentation occurs in the heap, since
the size that can be allocated is decreased slightly, which the test
flags as a memory leak.

This patch makes memory leak detection more robust by using metrics
provided by mbed_stats_heap_get. These metrics are an exact
measurement of memory allocated is not changed by fragmentation.
This allows the memory leak test to report correct values regardless of
fragmentation.
2016-10-17 21:08:57 -05:00
..
TESTS CFSTORE - Fix test failures due to fragmentation 2016-10-17 21:08:57 -05:00
cfstore CFSTORE - Delete handle even if key ref non zero 2016-10-16 20:47:43 -05:00
flash-journal This commit includes the following CFSTORE/Flash-Journal/Storage updates and fixes: 2016-09-13 18:16:56 +01:00
storage-volume-manager This commit includes the following CFSTORE/Flash-Journal/Storage updates and fixes: 2016-09-13 18:16:56 +01:00