←back to thread

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

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

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