Skip to content

struct boundary_tag

Defined at liballoc.h#33

This is a boundary tag which is prepended to the page or section of a page which we have allocated. It is used to identify valid memory blocks that the application is trying to free.

Members

public unsigned int magic

public unsigned int size

public unsigned int real_size

public int index

public struct boundary_tag * split_left

public struct boundary_tag * split_right

public struct boundary_tag * next

public struct boundary_tag * prev