Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pmap_trm_alloc
Function
pmap_trm_alloc
freebsd/i386/i386/pmap_base.c:447–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
void *
448
pmap_trm_alloc(size_t size, int flags)
449
{
450
451
return (pmap_methods_ptr->pm_trm_alloc(size, flags));
452
}
453
454
void
455
pmap_trm_free(void *addr, size_t size)
Callers
5
i386_extend_pcb
Function · 0.85
user_ldt_alloc
Function · 0.85
start_all_aps
Function · 0.85
machdep_init_trampoline
Function · 0.85
f00f_hack
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected