Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Memory Allocator

Script to review how to build a custom memory allocator and some other memory related stuff...

(in C++ ofc)

Topics Covered

  • Custom Memory Allocator Building -> allocator.cpp
  • Basics on how the "new" operator works
  • Memory Heap v Memory Stack
  • Pass by value, by reference, by address (pointer)

Aclarations

I use Visual Studio Code in a Windows machine. So I run the scripts by compiling it with gcc compiler.

References

Some Media references you can check are:

About

Memory stuff in C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages