🛠️ Steven Gong

Search

SearchSearch

Aug 28, 2024, 1 min read

Allocator

std::allocator (C++)

Watch the CppCon talk that Kajanan recommended to me.

  • CppCon 2015: Andrei Alexandrescu “std::allocator…”

Saw this at NVIDIA. Seems that it is really important. I don’t get why we need our own allocators though when you can just call cudaMalloc, or even just use a unique_ptr.

Graph View

Backlinks

  • Allocator
  • Memory Pool

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub