Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
__Allocator Struct Reference

Public Attributes

void * pool
 
u32 pool_size
 
u32 pool_used
 
__BlockHeaderhead
 

Detailed Description

Definition at line 17 of file allocator.c.

Member Data Documentation

◆ head

__BlockHeader* __Allocator::head

Definition at line 22 of file allocator.c.

◆ pool

void* __Allocator::pool

Definition at line 19 of file allocator.c.

◆ pool_size

u32 __Allocator::pool_size

Definition at line 20 of file allocator.c.

◆ pool_used

u32 __Allocator::pool_used

Definition at line 21 of file allocator.c.


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