Module obj

Source
Expand description

obj 管理模块,提供了对象的管理功能

Constants§

ALLOC_SIZE_BITS 🔒

Statics§

OBJ_ALLOCATOR 🔒
The object allocator for the kernel thread.
RECYCLED_UNTYPED 🔒

Functions§

alloc_notification
申请一个 Notification
alloc_pt
申请一个页表 PT
alloc_untyped_unit
申请一个未类型化的单元,每一个单元会作为可重新分配的单元使用
alloc_vdso_page
申请一个物理页,用于 VDSO
init
初始化 OBJ_ALLOCATOR
recycle_untyped_unit
回收一个未类型化的单元