Home
last modified time | relevance | path

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

/rocksdb-6.9/memory/
Djemalloc_nodump_allocator.cc21 JemallocNodumpAllocator::JemallocNodumpAllocator( in JemallocNodumpAllocator() function in ROCKSDB_NAMESPACE::JemallocNodumpAllocator
27 tcache_(&JemallocNodumpAllocator::DestroyThreadSpecificCache) {} in JemallocNodumpAllocator()
29 int JemallocNodumpAllocator::GetThreadSpecificCache(size_t size) { in GetThreadSpecificCache()
54 void* JemallocNodumpAllocator::Allocate(size_t size) { in Allocate()
59 void JemallocNodumpAllocator::Deallocate(void* p) { in Deallocate()
114 JemallocNodumpAllocator::~JemallocNodumpAllocator() { in ~JemallocNodumpAllocator()
126 size_t JemallocNodumpAllocator::UsableSize(void* p, in UsableSize()
172 JemallocNodumpAllocator::DestroyArena(arena_index); in NewJemallocNodumpAllocator()
184 JemallocNodumpAllocator::DestroyArena(arena_index); in NewJemallocNodumpAllocator()
190 new_hooks->alloc = &JemallocNodumpAllocator::Alloc; in NewJemallocNodumpAllocator()
[all …]
Djemalloc_nodump_allocator.h25 class JemallocNodumpAllocator : public MemoryAllocator {
27 JemallocNodumpAllocator(JemallocAllocatorOptions& options,
30 ~JemallocNodumpAllocator();
/rocksdb-6.9/
DHISTORY.md355 * Introduced `JemallocNodumpAllocator` memory allocator. When being use, block cache will be exclud…