|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|

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... | |