Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

malloc() sucks

Name: Anonymous 2010-02-14 18:02

C programmers think memory management is too important to be left to the computer. Lisp programmers think memory management is too important to be left to the user.

discuss!

Name: Anonymous 2010-02-15 3:40

I have a global hash table; malloc(a) stores a in that table and returns a unchanged; free(a) removes a from hash table. This way, even with garbage-collected language I can use manual memory allocation; garbage collector won't touch anything until I free it (and I malloc and free everything).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List