crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Memory.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 crawlservpp::Helper::Memory
 Namespace for global memory helper functions.
 

Functions

template<class T >
static void crawlservpp::Helper::Memory::free (T &target)
 Frees memory by swapping. More...
 
template<class T >
static void crawlservpp::Helper::Memory::freeIf (bool isFree, T &target)
 Frees memory early by swapping, if necessary. More...