MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / flush_all

Method flush_all

src/SB/Core/x/xHud.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 static bool inited;
22
23 void block_allocator::flush_all()
24 {
25 for (block_allocator* allocator = _head_alloc; allocator != NULL;
26 allocator = allocator->_next_alloc)
27 {
28 allocator->flush();
29 }
30 }
31
32 block_allocator::block_allocator(U32 a0, U32 a1)
33 {

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected