Skip to content

Custom smart pointer with automatic Garbage Collection implemented with C++17

Notifications You must be signed in to change notification settings

arda-a/CppND-Garbage-Collector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppND-Garbage-Collector

Project objectives:

  • Complete Pointer constructor
  • Complete Pointer operator==
  • Complete Pointer destructor
  • Complete PtrDetails class

LeakTester results:

+---------------+ | FINAL REPORT: | +---------------+

  • Total number of allocations: 6
  • Total number of deallocations: 6
  • Total number of allocations in bytes: 132
  • Total number of deallocations in bytes: 132
  • Maximum memory occupation during runtime in bytes: 132
  • Memory occupation upon completion: 0

GREAT JOB! YOU DO NOT HAVE MEMORY LEAKAGE

About

Custom smart pointer with automatic Garbage Collection implemented with C++17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Shell 0.6%