Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/cloud/
H A Dstorageinfo.h37 uint64 _usedBytes, _allocatedBytes; variable
41 _uid(uid_), _name(name_), _email(email_), _usedBytes(used_), _allocatedBytes(allocated) {} in StorageInfo()
47 uint64 available() const { return _allocatedBytes; } in available()
/dports/games/residualvm/residualvm-0.3.1/backends/cloud/
H A Dstorageinfo.h37 uint64 _usedBytes, _allocatedBytes; variable
41 _uid(uid_), _name(name_), _email(email_), _usedBytes(used_), _allocatedBytes(allocated) {} in StorageInfo()
47 uint64 available() const { return _allocatedBytes; } in available()
/dports/games/scummvm/scummvm-2.5.1/backends/cloud/
H A Dstorageinfo.h37 uint64 _usedBytes, _allocatedBytes; variable
41 _uid(uid_), _name(name_), _email(email_), _usedBytes(used_), _allocatedBytes(allocated) {} in StorageInfo()
47 uint64 available() const { return _allocatedBytes; } in available()
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dvmem.h100 ASMJIT_INLINE size_t getAllocatedBytes() const noexcept { return _allocatedBytes; } in getAllocatedBytes()
149 size_t _allocatedBytes; //!< How many bytes are currently allocated. variable
H A Dvmem.cpp687 self->_allocatedBytes += node->size; in vMemMgrAllocFreeable()
729 self->_allocatedBytes = 0; in vMemMgrReset()
757 _allocatedBytes = 0; in VMemMgr()
874 _allocatedBytes -= node->size; in VMemMgr()