psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_heap_cntrl_t Struct Reference

#include <heap.h>

Data Fields

s32 lock
 
heap_block free_list
 
uintptr_t page_size
 
uintptr_t min_block_size
 
uintptr_t heap_begin
 
uintptr_t heap_end
 
heap_blockfirst_block
 
heap_blocklast_block
 

Detailed Description

Definition at line 31 of file heap.h.

Field Documentation

◆ first_block

heap_block* _heap_cntrl_t::first_block

Definition at line 43 of file heap.h.

◆ free_list

heap_block _heap_cntrl_t::free_list

Definition at line 35 of file heap.h.

◆ heap_begin

uintptr_t _heap_cntrl_t::heap_begin

Definition at line 40 of file heap.h.

◆ heap_end

uintptr_t _heap_cntrl_t::heap_end

Definition at line 41 of file heap.h.

◆ last_block

heap_block* _heap_cntrl_t::last_block

Definition at line 44 of file heap.h.

◆ lock

s32 _heap_cntrl_t::lock

Definition at line 33 of file heap.h.

◆ min_block_size

uintptr_t _heap_cntrl_t::min_block_size

Definition at line 38 of file heap.h.

◆ page_size

uintptr_t _heap_cntrl_t::page_size

Definition at line 37 of file heap.h.


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