MicrOS
heap_calls.h
Go to the documentation of this file.
1 #ifndef HEAP_CALLS_H
2 #define HEAP_CALLS_H
3 
5 #include "memory/heap/heap.h"
6 
13 
14 //DEBUG
17 
18 #endif
Definition: interrupt_state.h:8
void syscall_heap_realloc_memory(interrupt_state *state)
Definition: heap_calls.c:8
void syscall_heap_kernel_alloc(interrupt_state *state)
Definition: heap_calls.c:35
void syscall_heap_verify_integrity(interrupt_state *state)
Definition: heap_calls.c:23
void syscall_heap_kernel_dealloc(interrupt_state *state)
Definition: heap_calls.c:40
void syscall_heap_dealloc_memory(interrupt_state *state)
Definition: heap_calls.c:13
void syscall_heap_get_process_heap(interrupt_state *state)
Definition: heap_calls.c:28
void syscall_heap_get_object_size(interrupt_state *state)
Definition: heap_calls.c:18
void syscall_heap_alloc_memory(interrupt_state *state)
Definition: heap_calls.c:3