Rizin
unix-like reverse engineering framework and cli tools
chunk Struct Reference

Public Attributes

size_t psize
 
size_t csize
 
struct chunknext
 
struct chunkprev
 

Detailed Description

Definition at line 21 of file malloc.c.

Member Data Documentation

◆ csize

size_t chunk::csize

Definition at line 22 of file malloc.c.

Referenced by free(), pretrim(), and trim().

◆ next

struct chunk* chunk::next

Definition at line 23 of file malloc.c.

Referenced by free(), pretrim(), realloc(), and trim().

◆ prev

struct chunk * chunk::prev

Definition at line 23 of file malloc.c.

Referenced by pretrim().

◆ psize

size_t chunk::psize

Definition at line 22 of file malloc.c.

Referenced by free(), pretrim(), realloc(), and trim().


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