★ PROGRAMMER'S GUIDE ★ Memory management libraryfunction | Function name | number |
|---|---|---|
Memory management area definition | MEM_Init | 1 |
Reserve array area | MEM_Calloc | 2 |
Memory block release | MEM_Free | 3 |
Memory allocation | MEM_Malloc | Four |
Memory reallocation | MEM_Realloc | Five |
List | Title | Function | Function Name | No |
top_address | : Memory management area start address |
mem_size | : Memory management area size (byte specification) |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
mem_ptr | : Pointer to previous memory block |
mem_size | : New memory block size (byte specified) |
★ PROGRAMMER'S GUIDE ★ Memory management library