Fun and games in the Swift source code
Man… your articles are the most difficult and most exciting things I’ve come across lately! Thank you for the effort!!
Glad you enjoyed! :)
I think there is a bit conflicted here for me that malloc() does not directly called to kernel's memory subsystem to allocate new memory, instead it called to heap management library of C.
Man… your articles are the most difficult and most exciting things I’ve come across lately! Thank you for the effort!!
Glad you enjoyed! :)
I think there is a bit conflicted here for me that malloc() does not directly called to kernel's memory subsystem to allocate new memory, instead it called to heap management library of C.