←back to thread

1764 points fatihky | 1 comments | | HN request time: 0.207s | source
Show context
gohrt ◴[] No.12701981[source]
> What is the opposite function of malloc() in C?

Google uses C++. Do they use malloc/free?

replies(1): >>12702751 #
1. gcp ◴[] No.12702751[source]
Google makes extensive use of third party libraries. Some are in C.