Skip to content
Snippets Groups Projects
Commit d9ae0975 authored by Nicolas Léveillé's avatar Nicolas Léveillé
Browse files

Remove void pointer arithmetics in system_allocator.c

We replace instances of void* w/ char* arithmetics.

This allows system_allocator.c to be compiled with MSVC.

Also we introduce a struct to represent the size_t header.
parent 01333964
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment