diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 0deb925..f2c36b7 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -594,7 +594,7 @@ Returns the address to a buffer, that is at least **_size_** bytes big. On linux this function is called _malloc_. #### `memory_free(address)` - function (void) -The buffer at address, this buffer needs to be a buffer, that was created with `memory_allocate`. +Free the buffer at address and make it reallocatable , this buffer needs to be a buffer, that was created with `memory_allocate`. On linux this function is called _free_. #### `memory_allocator_init(base)` - function (void)