Searched defs:nquantas (Results 1 – 3 of 3) sorted by relevance
55 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool()99 ulong nquantas = (nbytes + sizeof(mem_header_t) - 1) / sizeof(mem_header_t) + 1; in memmgr_alloc() local
199 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool()243 ulong nquantas = (nbytes + sizeof(mem_header_t) - 1) / sizeof(mem_header_t) + 1; in memmgr_alloc() local