Arena in Malloc Function
        Posted  
        
            by Vaibhav
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vaibhav
        
        
        
        Published on 2010-05-19T07:12:48Z
        Indexed on 
            2010/05/19
            7:20 UTC
        
        
        Read the original article
        Hit count: 211
        
c++
I am using malloc_stats() to print malloc related statistics in which I am finding "Arena 0" for some programs and "Arena 0 and Arena 1" for some other programs.
What do these arenas represent?
© Stack Overflow or respective owner