| 238 | |
| 239 | extern "C" |
| 240 | DM_DLLEXPORT void dmMemProfileInitializeLibrary(dmMemProfile::InternalData* internal_data) |
| 241 | { |
| 242 | dmMemProfile::InitializeLibrary(internal_data); |
| 243 | } |
| 244 | |
| 245 | namespace dmMemProfile |
| 246 | { |
nothing calls this directly
no test coverage detected