mapbox / cpp

C++ @ Mapbox
108 stars 17 forks source link

[Glossary] Add more details about allocation/instantiation #30

Closed springmeyer closed 7 years ago

springmeyer commented 7 years ago

Adds more details about allocation and instantiation to the glossary to clarify the differences between heap allocation, stack allocation, and when both are happening (like when creating a std::string or other container that internally allocates memory).

/cc @GretaCB for review.

GretaCB commented 7 years ago

Sorry for missing this. Just read through in order to further understand https://github.com/mapbox/node-cpp-skel/pull/53#discussion_r130496652 , and it really helped 👍