Searched refs:alloc_header_t (Results 1 – 1 of 1) sorted by relevance
552 } alloc_header_t; typedef563 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()