We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026c978 commit 9eab32eCopy full SHA for 9eab32e
platform/mbed_mem_trace.h
@@ -33,9 +33,9 @@ extern "C" {
33
*/
34
enum {
35
MBED_MEM_TRACE_MALLOC, /**< Identifier for malloc operation */
36
- MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
37
- MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
38
- MBED_MEM_TRACE_FREE /**< Identifier for free operation */
+ MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
+ MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
+ MBED_MEM_TRACE_FREE /**< Identifier for free operation */
39
};
40
41
/**
0 commit comments