Was there malloc in 1959? How did they implement the first Lisp interpreter on IBM 704?
How did they implement allocate a new cons cell?
You're viewing a single thread.
Malloc is a C function and wouldn't come around for another 15 years or so. They likely wrote memory allocation code directly in machine code/assembly which could and would just access raw memory directly.