Page Speed Optimization Libraries
1.7.30.3
|
#include "process_context.h"
This class encapsulates the initialization and cleanup of static and global variables across Pagespeed Automatic. The usage of this class is optional, but can help with cleaning up valgrind messages.
It is up to the user to ensure the destructor is called at an appropriate time in their flow. There is no statically constructed object declared in mem_clean_up.cc, although this class can be instantiated statically if that's the best mechanism in the environment.