| 2982 | } |
| 2983 | |
| 2984 | void revive() |
| 2985 | { |
| 2986 | #ifdef MEM_DEBUG_EXTERNAL |
| 2987 | printf("ExternalMemoryHandler::revive()\n"); |
| 2988 | #endif |
| 2989 | new(this) ExternalMemoryHandler(); |
| 2990 | } |
| 2991 | |
| 2992 | static void printContents(const char* moment) |
| 2993 | { |
no outgoing calls
no test coverage detected