| 14 | * \return 0 if the lock was successfully released. |
| 15 | */ |
| 16 | extern "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 |
no outgoing calls
no test coverage detected