MCPcopy Create free account
hub / github.com/axmolengine/axmol / reset

Method reset

core/navmesh/NavMeshUtils.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void LinearAllocator::reset()
60{
61 high = dtMax(high, top);
62 top = 0;
63}
64
65void LinearAllocator::resize(const int cap)
66{

Callers 11

DownloaderMethod · 0.45
~DownloadContextCURLMethod · 0.45
startTaskMethod · 0.45
_onDownloadFinishedMethod · 0.45
onDataLoadMethod · 0.45
onLoadMethod · 0.45
onErrorMethod · 0.45
onRequestCompleteMethod · 0.45
closeMethod · 0.45

Calls 1

dtMaxFunction · 0.85

Tested by

no test coverage detected