|
|
|
|
|
by matheusmoreira
1674 days ago
|
|
> imagine freeing a pointer allocated with a different malloc implementation, or a different layout of libc structs Should libraries be allocating memory to begin with? They should simply provide the data structures. The main program should decide whether to allocate on the stack, statically or dynamically. |
|