← Back to C-Kernel-Engine Docs Doxygen Source Documentation
 
Loading...
Searching...
No Matches
ck_bump_alloc_t Struct Reference

#include <ckernel_alloc.h>

Data Fields

size_t activations_base
 
uint8_t * base
 
size_t mapped_len
 
ck_bump_mode_t mode
 
size_t total_size
 
size_t weights_base
 
size_t weights_file_size
 

Detailed Description

Definition at line 32 of file ckernel_alloc.h.

Field Documentation

◆ activations_base

size_t ck_bump_alloc_t::activations_base

Definition at line 36 of file ckernel_alloc.h.

Referenced by ck_bump_alloc_init(), and ck_bump_alloc_reset().

◆ base

uint8_t* ck_bump_alloc_t::base

Definition at line 33 of file ckernel_alloc.h.

Referenced by ck_bump_alloc_free(), ck_bump_alloc_init(), and ck_bump_alloc_reset().

◆ mapped_len

size_t ck_bump_alloc_t::mapped_len

Definition at line 37 of file ckernel_alloc.h.

Referenced by ck_bump_alloc_free(), ck_bump_alloc_init(), and ck_bump_alloc_reset().

◆ mode

◆ total_size

size_t ck_bump_alloc_t::total_size

Definition at line 34 of file ckernel_alloc.h.

Referenced by ck_bump_alloc_free(), ck_bump_alloc_init(), and ck_bump_alloc_reset().

◆ weights_base

size_t ck_bump_alloc_t::weights_base

Definition at line 35 of file ckernel_alloc.h.

Referenced by ck_bump_alloc_init(), and ck_bump_alloc_reset().

◆ weights_file_size

size_t ck_bump_alloc_t::weights_file_size

Definition at line 38 of file ckernel_alloc.h.

Referenced by ck_bump_alloc_reset().


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