Changeset: 04ff6a673088 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=04ff6a673088
Modified Files:
        gdk/gdk_posix.c
Branch: configurable_working_set
Log Message:

Move function description to corresponding header file.


diffs (21 lines):

diff --git a/gdk/gdk_posix.c b/gdk/gdk_posix.c
--- a/gdk/gdk_posix.c
+++ b/gdk/gdk_posix.c
@@ -742,7 +742,7 @@ MT_init_posix(void)
 }
 
 size_t
-MT_getrss(void) // Obtain allocated physical memory
+MT_getrss(void)
 {
 #ifdef WIN32
        PROCESS_MEMORY_COUNTERS ctr;
@@ -753,7 +753,7 @@ MT_getrss(void) // Obtain allocated phys
 }
 
 size_t
-MT_getvm(void) // Obtain allocated virtual memory
+MT_getvm(void)
 {
 #ifdef WIN32
        MEMORYSTATUSEX psvmemCounters;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to