Searched defs:nine_allocator (Results 1 – 1 of 1) sorted by relevance
184 struct nine_allocator { struct185 struct NineDevice9 *device;186 int page_size; /* Page size */187 int num_fd_max; /* Max number of memfd files */188 int min_file_size; /* Minimum memfd file size */190 long long total_allocations; /* Amount of memory allocated */191 long long total_locked_memory; /* TODO */ /* Amount of memory blocked by a lock */192 long long total_virtual_memory; /* Current virtual memory used by our allocations */193 …/* Target maximum virtual memory used. Above that, tries to unmap memfd files whenever possible. */195 int num_fd; /* Number of memfd files */ /* TODO release unused memfd files */[all …]