|
SimpleKernel 1.17.0
|
#include <cpu_io.h>#include <cstddef>#include <cstdint>#include "arch.h"#include "basic_info.hpp"#include "kernel.h"#include "kstd_cstring"#include "kstd_libcxx.h"#include "sk_stdlib.h"#include "system_test.h"
Go to the source code of this file.
Functions | |
| void * | malloc (size_t size) |
| void | free (void *ptr) |
| void * | aligned_alloc (size_t alignment, size_t size) |
| auto | memory_test () -> bool |
| void * aligned_alloc | ( | size_t | alignment, |
| size_t | size | ||
| ) |
Definition at line 58 of file memory.cpp.

| void free | ( | void * | ptr | ) |
Definition at line 38 of file memory.cpp.

| void * malloc | ( | size_t | size | ) |
Definition at line 31 of file memory.cpp.

| auto memory_test | ( | ) | -> bool |
Definition at line 24 of file memory_test.cpp.
