Re: [Libhugetlbfs-devel] a question about malloc multi thread version

2013-04-03 Thread Eric B Munson
On 2013-04-02 05:47, Groden (Jinhu) Li wrote: > Hi > > Libhugetlbfs override the morecore function to implement hugepage > for > malloc, but for multi thread version of malloc( PT malloc) ,only the > main arena use > > The morecore ,other arenas use mmap to alloc heap , that mean ,for a > multith

Re: [Libhugetlbfs-devel] a question about malloc multi thread version

2013-04-03 Thread Eric B Munson
On 2013-04-02 05:47, Groden (Jinhu) Li wrote: > Hi > > Libhugetlbfs override the morecore function to implement hugepage > for > malloc, but for multi thread version of malloc( PT malloc) ,only the > main arena use > > The morecore ,other arenas use mmap to alloc heap , that mean ,for a > multith