-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic memory allocation #108
Comments
I'm actually learning about memory management now, that was on my todolist for next release. Don't add now but we will work it out together if you want after I read a bunch of stuff on memory :) |
@Gip-Gip by the way what's the project? If you want I can contribute there too :D |
@amanuel2 PoSRIC. I'm looking for feedback only as I'm entering the program into a contest sometime early next year, but once that's over It'll be open for all contribution. |
@Gip-Gip ok man I'll let you know. Thanks for dropping by 😸 |
@sajadbanooie is doing this in sajad_dev |
I'm going to do a temporary placement allocator solution for this till @sajad can finish the mm. |
Libc appears to be missing the standard allocation calls malloc, calloc, and realloc. I may add them myself but I'm working on another project right now.
The text was updated successfully, but these errors were encountered: