Searched refs:StringPool (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp7 #include "StringPool.h"
18 mutex StringPool::sLock;
19 StringDataHash* StringPool::sStrings;
32 // #pragma mark - StringPool
36 StringPool::Init()
56 StringPool::Cleanup()
68 StringPool::_GetLocked(const StringDataKey& key)
84 StringPool::Get(const char* string, size_t length)
113 StringPool::LastReferenceReleased(StringData* data)
123 StringPool
[all...]
H A DString.cpp13 StringData* data = StringPool::Get(string, length);
H A DStringPool.h60 class StringPool { class
116 StringPool::LastReferenceReleased(this);
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp30 #include "StringPool.h"
1069 status_t error = StringPool::Init();
1071 ERROR("Failed to init StringPool\n");
1078 StringPool::Cleanup();
1093 StringPool::Cleanup();
1108 StringPool::Cleanup();
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp444 StringPool::DumpUsageStatistics();

Completed in 135 milliseconds