LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
allocator Struct Reference

#include <allocator.h>

+ Collaboration diagram for allocator:

Data Fields

void *(* alloc )(struct allocator *alloc, size_t size)
 
void(* dealloc )(struct allocator *alloc, void *mem)
 
uint64_t tag
 

Detailed Description

Definition at line 8 of file allocator.h.

Field Documentation

◆ alloc

void *(* allocator::alloc) (struct allocator *alloc, size_t size)

Definition at line 9 of file allocator.h.

◆ dealloc

void(* allocator::dealloc) (struct allocator *alloc, void *mem)

Definition at line 10 of file allocator.h.

◆ tag

uint64_t allocator::tag

Definition at line 12 of file allocator.h.


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