18 #ifndef PSYSTEM_FRAMEWORK_STACK_ALLOCATED_HPP
19 #define PSYSTEM_FRAMEWORK_STACK_ALLOCATED_HPP
49 static void operator delete(
void*) =
delete;
52 static void operator delete[](
void*) =
delete;
55 static void *
operator new(size_t) =
delete;
58 static void *
operator new[](size_t) =
delete;
63 #endif // PSYSTEM_FRAMEWORK_STACK_ALLOCATED_HPP
Disable heap allocation and deallocation.
Definition: stack_allocated.hpp:42
Contains the process examination "system" and basic frameworks.
Definition: pstack_event_handler.hpp:28