Searched refs:JemallocNodumpAllocator (Results 1 – 3 of 3) sorted by relevance
21 JemallocNodumpAllocator::JemallocNodumpAllocator( in JemallocNodumpAllocator() function in ROCKSDB_NAMESPACE::JemallocNodumpAllocator27 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 …]
25 class JemallocNodumpAllocator : public MemoryAllocator {27 JemallocNodumpAllocator(JemallocAllocatorOptions& options,30 ~JemallocNodumpAllocator();
355 * Introduced `JemallocNodumpAllocator` memory allocator. When being use, block cache will be exclud…