Home
last modified time | relevance | path

Searched refs:alloc_header_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/modules/lua/
H A Dlua.c552 } alloc_header_t; typedef
563 const size_t hdr_size = roundup(sizeof(alloc_header_t), 8); in lua_alloc()
564 alloc_header_t *hdr = (alloc_header_t *) ((char *) ptr - hdr_size); in lua_alloc()
576 alloc_header_t *nhdr = kmem_intr_alloc(alloc_size, sleep); in lua_alloc()