MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / free

Function free

src/depend/depend.cpp:28–31  ·  view source on GitHub ↗

* Version of the standard free that accepts const pointers. * @param ptr The data to free. */

Source from the content-addressed store, hash-verified

26 * @param ptr The data to free.
27 */
28static inline void free(const void *ptr)
29{
30 free(const_cast<void *>(ptr));
31}
32
33#ifndef PATH_MAX
34/** The maximum length of paths, if we don't know it. */

Callers 15

WSA_UnloadFunction · 0.85
String_LoadFunction · 0.85
String_UninitFunction · 0.85
GFX_UninitFunction · 0.85
Scenario_LoadFunction · 0.85
Sprites_LoadFunction · 0.85
Tiles_LoadICNFileFunction · 0.85
Sprites_LoadTilesFunction · 0.85
Sprites_UninitFunction · 0.85
File_UninitFunction · 0.85
File_ReadWholeFileLE16Function · 0.85
Timer_UninitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected