Inkscape
Vector Graphics Editor
|
A base class for objects for whom the normal new and delete operators should use the garbage-collected allocator. More...
#include <gc-managed.h>
Public Member Functions | |
void * | operator new (std::size_t size, ScanPolicy scan=default_scan, CollectionPolicy collect=default_collect) |
void * | operator new[] (std::size_t size, ScanPolicy scan=default_scan, CollectionPolicy collect=default_collect) |
void | operator delete (void *p) |
A base class for objects for whom the normal new and delete operators should use the garbage-collected allocator.
Definition at line 27 of file gc-managed.h.
|
inline |
Definition at line 43 of file gc-managed.h.
References Inkscape::GC::GC.
|
inline |
Definition at line 29 of file gc-managed.h.
References Inkscape::size.
|
inline |
Definition at line 36 of file gc-managed.h.
References Inkscape::size.