BRL-CAD

#include <malloc.h>

Data Fields

size_t block_size
 
size_t block_pos
 
size_t alloc_size
 
uint8_t * block
 

Detailed Description

Memory pools. To be used when you need to dynamically allocate lots of small elements which will all be freed at the same time.

Definition at line 189 of file malloc.h.

Field Documentation

◆ block_size

size_t block_size

Definition at line 191 of file malloc.h.

◆ block_pos

size_t block_pos

Definition at line 192 of file malloc.h.

◆ alloc_size

size_t alloc_size

Definition at line 192 of file malloc.h.

◆ block

uint8_t* block

Definition at line 193 of file malloc.h.


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