sead
Loading...
Searching...
No Matches
sead::FreeList Class Reference

#include <seadFreeList.h>

Public Member Functions

 FreeList ()
void init (void *work, s32 elem_size, s32 num)
void * get ()
void cleanup ()
void * work () const
void put (void *ptr)

Private Attributes

void * mFree
void * mWork

Constructor & Destructor Documentation

◆ FreeList()

sead::FreeList::FreeList ( )
inline

Member Function Documentation

◆ init()

void sead::FreeList::init ( void * work,
s32 elem_size,
s32 num )
inline

◆ get()

void * sead::FreeList::get ( )
inline

◆ cleanup()

void sead::FreeList::cleanup ( )
inline

◆ work()

void * sead::FreeList::work ( ) const
inline

◆ put()

void sead::FreeList::put ( void * ptr)
inline

Member Data Documentation

◆ mFree

void* sead::FreeList::mFree
private

◆ mWork

void* sead::FreeList::mWork
private