| 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          get_size(self) 
      Returns the value of the size field, including potential bit flags. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          get_prev_size(self) 
      Returns the value of the prev_size field. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          prev_inuse(self) 
      Returns True if this chunk has its PREV_INUSE bit set. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          is_mmapped(self) 
      Returns True if the chunk has been obtained with mmap(). | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          non_main_arena(self) 
      Returns True if current chunk does NOT belong to main_arena. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          chunksize(self) 
      Returns the real size of a chunk, excluding bit flags. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          is_allocated_chunk(self) 
      Returns True if this chunk is not a bottom, small/large bin, fastbin 
      or top chunk. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          is_freed_chunk(self) 
      Returns True if this chunk is a small/large bin, fastbin or top 
      chunk. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          start_and_length(self) 
      Returns the relevant start offset and length for dumping. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          to_string(self,
        length=None,
        offset=None) 
      Returns a string containing the data part of the given allocated 
      chunk. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          next_chunk(self) 
      Returns the following chunk. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          is_in_use(self) 
      Returns true, if this chunk is in use: the next chunk's PREV_INUSE 
      flag is set. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          next_chunk_generator(self) 
      Returns all following chunks, beginning with the current. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
  
    | 
     Inherited from object:
      __delattr__,
      __getattribute__,
      __new__,
      __reduce__,
      __reduce_ex__,
      __setattr__,
      __sizeof__,
      __subclasshook__
       
     |