mirror of https://github.com/ARMmbed/mbed-os.git
parent
2ef7fec409
commit
f145945e46
|
@ -33,9 +33,9 @@ extern "C" {
|
||||||
*/
|
*/
|
||||||
enum {
|
enum {
|
||||||
MBED_MEM_TRACE_MALLOC, /**< Identifier for malloc operation */
|
MBED_MEM_TRACE_MALLOC, /**< Identifier for malloc operation */
|
||||||
MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
|
MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
|
||||||
MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
|
MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
|
||||||
MBED_MEM_TRACE_FREE /**< Identifier for free operation */
|
MBED_MEM_TRACE_FREE /**< Identifier for free operation */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue