[osv-dev] Re: How to add a new malloc interface

2020-11-14 Thread Lewis Tian
is would be a wrapper function on top of regular malloc and memset. But > what would be a benefit of it comparing to this code: > > auto *p = malloc(size); > memset(p, 'a', size); > > My regards, > Waldek > On Wednesday, November 11, 2020 at 2:13:06 AM UTC-5 Lewis Tian

Re: [osv-dev] Fail to read data from large file

2020-01-14 Thread Lewis Tian
On Tuesday, January 14, 2020 at 4:45:27 PM UTC+8, Nadav Har'El wrote: > > > On Tue, Jan 14, 2020 at 10:15 AM Lewis Tian > wrote: > >> >> >> On Tuesday, January 14, 2020 at 3:45:09 PM UTC+8, Nadav Har'El wrote: >>> >>> >>> On Tue, Ja

Re: [osv-dev] Fail to read data from large file

2020-01-14 Thread Lewis Tian
On Tuesday, January 14, 2020 at 3:45:09 PM UTC+8, Nadav Har'El wrote: > > > On Tue, Jan 14, 2020 at 9:28 AM Lewis Tian > wrote: > >> When I run pagerank on Ubuntu, the code works fine. (the graph data is >> stored in web-NotreDame.txt, 21M) >> > > 21M isn

[osv-dev] Fail to read data from large file

2020-01-13 Thread Lewis Tian
When I run pagerank on Ubuntu, the code works fine. (the graph data is stored in web-NotreDame.txt, 21M) taseikyo@ubuntu:~/Desktop/osv/apps/my-pagerank-test$ ls Makefile module.py pagerank.c usr.manifest web-NotreDame.txt taseikyo@ubuntu:~/Desktop/osv/apps/my-pagerank-test$ make cc -pie -o

[osv-dev] does osv support numa?

2019-10-28 Thread Lewis Tian
Hi, everyone, I want to know whether osv supports numa If not, will osv support numa in the future? Thanks Lewis -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email