Home
last modified time | relevance | path

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

/l4re-core-master/l4re_vfs/include/impl/
A Dvfs_impl.h175 l4_addr_t _anon_offset; variable
489 if (!_anon_ds.is_valid() || _anon_offset + size >= ANON_MEM_DS_POOL_SIZE) in alloc_anon_mem()
495 _anon_offset = 0; in alloc_anon_mem()
503 if (int err = (*ds)->allocate(_anon_offset, size)) in alloc_anon_mem()
507 *offset = _anon_offset; in alloc_anon_mem()
508 _anon_offset += size; in alloc_anon_mem()

Completed in 4 milliseconds