namespace factor { void *safe_malloc(size_t size); vm_char *safe_strdup(const vm_char *str); void print_string(const char *str); }