]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_memory.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove the TODO about MC_dump_stacks()
[simgrid.git] / src / mc / mc_memory.cpp
index 5a452f605c3c215d0218e3fbd665604b50b83a06..1db534b1c45ecaaa9fa67599a13104f71c278e7d 100644 (file)
 #include "mc/mc.h"
 #include "src/mc/mc_private.h"
 
-extern "C" {
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_memory, mc,
                                 "Logging specific to MC (memory)");
 
+extern "C" {
+
 /* Initialize the model-checker memory subsystem */
 /* It creates the two heap regions: std_heap and mc_heap */
 void MC_memory_init()