comparison src/os/linux/vm/perfMemory_linux.cpp @ 18009:f73af4455d7d

Merge
author asaha
date Thu, 29 May 2014 09:56:06 -0700
parents 78bbf4d43a14
children 52b4284cb496 833b0f92429a d7b6bdd51abe 60a992c821f8
comparison
equal deleted inserted replaced
18008:da65bbf6f89e 18009:f73af4455d7d
929 *addr = mapAddress; 929 *addr = mapAddress;
930 *sizep = size; 930 *sizep = size;
931 931
932 if (PerfTraceMemOps) { 932 if (PerfTraceMemOps) {
933 tty->print("mapped " SIZE_FORMAT " bytes for vmid %d at " 933 tty->print("mapped " SIZE_FORMAT " bytes for vmid %d at "
934 INTPTR_FORMAT "\n", size, vmid, (void*)mapAddress); 934 INTPTR_FORMAT "\n", size, vmid, p2i((void*)mapAddress));
935 } 935 }
936 } 936 }
937 937
938 938
939 939