Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ operator()
Method
operator()
src/memory/memory.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
/// bmalloc 日志回调(空实现)
22
struct BmallocLogger {
23
auto operator()(const char* format, ...) const -> int {
24
(void)format;
25
return 0;
26
}
27
};
28
29
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected