Crate ostd_macros

Source

Attribute Macrosยง

global_frame_allocator
A macro attribute for the global frame allocator.
global_heap_allocator
A macro attribute to register the global heap allocator.
global_heap_allocator_slot_map
A macro attribute to map allocation layouts to slot sizes and types.
ktest
The test attribute macro to mark a test function.
main
A macro attribute to mark the kernel entry point.
panic_handler
A macro attribute for the panic handler.
test_main
A macro attribute for the unit test kernel entry point.
test_panic_handler
A macro attribute for the panic handler.