Logo ROOT  
Reference Guide
mmalloc_info Union Reference

Definition at line 112 of file mmprivate.h.

Public Attributes

struct { 
   union { 
      struct { 
         size_t   first 
         size_t   nfree 
      }   frag
      size_t   size 
   }   info
   int   type 
busy
struct { 
   size_t   next 
   size_t   prev 
   size_t   size 
free

#include <mmprivate.h>

Member Data Documentation

◆ [struct]

struct { ... } mmalloc_info::busy

◆ first

size_t mmalloc_info::first

Definition at line 125 of file mmprivate.h.

◆ [struct]

struct { ... } mmalloc_info::frag

◆ [struct]

struct { ... } mmalloc_info::free

◆ [union]

union { ... } mmalloc_info::info

◆ next

size_t mmalloc_info::next

Definition at line 136 of file mmprivate.h.

◆ nfree

size_t mmalloc_info::nfree

Definition at line 124 of file mmprivate.h.

◆ prev

size_t mmalloc_info::prev

Definition at line 137 of file mmprivate.h.

◆ size

size_t mmalloc_info::size

Definition at line 128 of file mmprivate.h.

◆ type

int mmalloc_info::type

Definition at line 119 of file mmprivate.h.


The documentation for this union was generated from the following file: