Iros
 
Loading...
Searching...
No Matches
realloc.cpp File Reference
#include <stdlib.h>
#include <string.h>
#include "malloc_block.h"

Functions

auto realloc (void *pointer, size_t new_size) -> void *
 

Function Documentation

◆ realloc()

auto realloc ( void * pointer,
size_t new_size ) -> void*