Displaying 1 result from an estimated 1 matches for "_madv_willneed".
Did you mean:
madv_willneed
2008 Jun 27
1
Performance of madvise / msync
...ALL mmap(0,0x453b7618,PROT_READ|PROT_WRITE,MAP_SHARED,0x7,0,0)
65074 python 0.000018 RET mmap 679235584/0x287c5000
65074 python 0.000007 CALL madvise(0x287c5000,0x453b7618,_MADV_RANDOM)
65074 python 0.000008 RET madvise 0
65074 python 0.000006 CALL madvise(0x287c5000,0x70,_MADV_WILLNEED)
65074 python 0.027455 RET madvise 0
65074 python 0.000058 CALL madvise(0x287c5000,0x1c20,_MADV_WILLNEED)
65074 python 0.016904 RET madvise 0
65074 python 0.000179 CALL madvise(0x287c6000,0x1950,_MADV_WILLNEED)
65074 python 0.008629 RET madvise 0
65074 python 0...