X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f2db04b850386899392bc06568f17f071f8620f..ef93ada6480099151585ece90d8f4aaf0be41cd5:/src/mc/sosp/RemoteProcessMemory.hpp diff --git a/src/mc/sosp/RemoteProcessMemory.hpp b/src/mc/sosp/RemoteProcessMemory.hpp index 1e3422a590..bb2d04a39c 100644 --- a/src/mc/sosp/RemoteProcessMemory.hpp +++ b/src/mc/sosp/RemoteProcessMemory.hpp @@ -56,7 +56,6 @@ struct IgnoredHeapRegion { * * - reading from the process memory (`AddressSpace`); * - accessing the system state of the process (heap, …); - * - privatization; * - stack unwinding; * - etc. */ @@ -115,8 +114,8 @@ public: // Heap access: xbt_mheap_t get_heap() { - if (not(this->cache_flags_ & RemoteProcessMemory::cache_heap)) - this->refresh_heap(); + if (not(cache_flags_ & RemoteProcessMemory::cache_heap)) + refresh_heap(); return this->heap.get(); } const malloc_info* get_malloc_info()