RossComputerGuy/stardustos

View on GitHub
newland/arch/x86/src/alloc.c

Summary

Maintainability
Test Coverage

The function liballoc_alloc is never used.
Open

void* liballoc_alloc(int pages) {
Severity: Minor
Found in newland/arch/x86/src/alloc.c by cppcheck

The function liballoc_alloc is never used. (detailed CWE explanation)

The function liballoc_lock is never used.
Open

int liballoc_lock() {
Severity: Minor
Found in newland/arch/x86/src/alloc.c by cppcheck

The function liballoc_lock is never used. (detailed CWE explanation)

The function liballoc_unlock is never used.
Open

int liballoc_unlock() {
Severity: Minor
Found in newland/arch/x86/src/alloc.c by cppcheck

The function liballoc_unlock is never used. (detailed CWE explanation)

The function liballoc_free is never used.
Open

int liballoc_free(void* ptr, int pages) {
Severity: Minor
Found in newland/arch/x86/src/alloc.c by cppcheck

The function liballoc_free is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status