Home
last modified time | relevance | path

Searched refs:get_memory_use (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DSequenceManager.hpp242 void get_memory_use( unsigned long long& total_entity_storage,
245 void get_memory_use( EntityType type,
249 void get_memory_use( const Range& entities,
H A DAEntityFactory.hpp166 void get_memory_use( unsigned long long& total_entity_storage,
168 ErrorCode get_memory_use( const Range& entities,
H A DSequenceManager.cpp760 void SequenceManager::get_memory_use(unsigned long long& total_entity_storage, in get_memory_use() function in moab::SequenceManager
769 get_memory_use(i, temp_entity, temp_total); in get_memory_use()
775 void SequenceManager::get_memory_use(EntityType type, in get_memory_use() function in moab::SequenceManager
779 typeData[type].get_memory_use(total_entity_storage, total_storage); in get_memory_use()
782 void SequenceManager::get_memory_use(const Range& entities, in get_memory_use() function in moab::SequenceManager
795 typeData[t1].get_memory_use(i->first, i->second, temp_entity, temp_total); in get_memory_use()
803 …typeData[t1].get_memory_use(i->first, CREATE_HANDLE(t1, MB_END_ID, junk), temp_entity, temp_total); in get_memory_use()
808 …typeData[t2].get_memory_use(CREATE_HANDLE(t2, MB_START_ID, junk), i->second, temp_entity, temp_tot… in get_memory_use()
H A DTagInfo.hpp411 ErrorCode get_memory_use( const SequenceManager* seqman,
417 unsigned long get_memory_use() const in get_memory_use() function in moab::TagInfo
H A DMeshTag.cpp326 ErrorCode MeshTag::get_memory_use(const SequenceManager*, in get_memory_use() function in moab::MeshTag
330 total = TagInfo::get_memory_use() + sizeof(*this) + mValue.size(); in get_memory_use()
H A DTypeSequenceManager.hpp336 void get_memory_use( unsigned long long& total_entity_storage,
339 void get_memory_use( EntityHandle start, EntityHandle end,
H A DSweptElementSeq.cpp104 bytes_per_entity = sdata()->get_memory_use() / sdata()->size(); in get_const_memory_use()
H A DStructuredElementSeq.cpp104 bytes_per_entity = sdata()->get_memory_use() / sdata()->size(); in get_const_memory_use()
H A DSweptElementData.cpp150 unsigned long SweptElementData::get_memory_use() const in get_memory_use() function in moab::SweptElementData
H A DScdElementData.cpp154 unsigned long ScdElementData::get_memory_use() const in get_memory_use() function in moab::ScdElementData
H A DMeshTag.hpp363 ErrorCode get_memory_use( const SequenceManager* seqman,
H A DSparseTagSuperCollection.hpp257 ErrorCode get_memory_use( TagId tag_id,
H A DVarLenSparseTag.hpp387 ErrorCode get_memory_use( const SequenceManager* seqman,
H A DVarLenDenseTag.hpp376 ErrorCode get_memory_use( const SequenceManager* seqman,
H A DVarLenSparseTag.cpp441 ErrorCode VarLenSparseTag::get_memory_use(const SequenceManager*, in get_memory_use() function in moab::VarLenSparseTag
450 total += sizeof(*this) + TagInfo::get_memory_use(); in get_memory_use()
H A DDenseTag.hpp374 ErrorCode get_memory_use( const SequenceManager* seqman,
H A DBitTag.hpp367 ErrorCode get_memory_use( const SequenceManager* seqman,
H A DSparseTag.hpp402 ErrorCode get_memory_use( const SequenceManager* seqman,
H A DTypeSequenceManager.cpp822 void TypeSequenceManager::get_memory_use(unsigned long long& entity_storage, in get_memory_use() function in moab::TypeSequenceManager
831 get_memory_use(CREATE_HANDLE(mytype, MB_START_ID, junk), in get_memory_use()
879 void TypeSequenceManager::get_memory_use(EntityHandle first, in get_memory_use() function in moab::TypeSequenceManager
H A DSparseTag.cpp531 ErrorCode SparseTag::get_memory_use(const SequenceManager*, in get_memory_use() function in moab::SparseTag
538 + sizeof(*this) + TagInfo::get_memory_use(); in get_memory_use()
H A DVarLenDenseTag.cpp611 ErrorCode VarLenDenseTag::get_memory_use(const SequenceManager* seqman, in get_memory_use() function in moab::VarLenDenseTag
639 total += per_entity + sizeof(*this) + TagInfo::get_memory_use(); in get_memory_use()
H A DSweptElementData.hpp154 unsigned long get_memory_use() const;
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Dvm_memory_monitor.erl31 get_memory_use/1,
73 -spec get_memory_use(bytes) -> {non_neg_integer(), float() | infinity};
120 get_memory_use(bytes) -> function
126 get_memory_use(ratio) -> function
148 {ProcMem, _} = get_memory_use(bytes),
153 {ProcMem, _} = get_memory_use(bytes),
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DRange.hpp328 unsigned long get_memory_use() const;
863 return (num_ents ? ((double)get_memory_use() / (double) (num_ents*sizeof(EntityHandle))) : -1); in compactness()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_memory_monitor.erl86 vm_memory_monitor:get_memory_use(Type).

12