OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_header_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/modules/lua/
lua.c
552
}
alloc_header_t
;
typedef in typeref:struct:__anon3cb95f670108
563
const size_t hdr_size = roundup(sizeof(
alloc_header_t
), 8);
564
alloc_header_t
*hdr = (
alloc_header_t
*) ((char *) ptr - hdr_size);
576
alloc_header_t
*nhdr = kmem_intr_alloc(alloc_size, sleep);
Completed in 11 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025