MCPcopy Create free account
hub / github.com/Supercip971/WingOS / liballoc_unlock

Function liballoc_unlock

src/iol/linux/alloc.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 * \return 0 if the lock was successfully released.
15 */
16extern "C" int liballoc_unlock()
17{
18 // FIXME: implement
19 return 0;
20}
21
22/** This is the hook into the local system which allocates pages. It
23 * accepts an integer parameter which is the number of pages

Callers 5

PREFIX(malloc)Function · 0.50
PREFIX(free)Function · 0.50
PREFIX(malloc)Function · 0.50
PREFIX(free)Function · 0.50
PREFIX(realloc)Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected