Home
last modified time | relevance | path

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

/rocksdb-6.9/memory/
Dconcurrent_arena.h51 return AllocateImpl(bytes, false /*force_arena*/, in Allocate()
61 return AllocateImpl(rounded_up, huge_page_size != 0 /*force_arena*/, [=]() {
129 char* AllocateImpl(size_t bytes, bool force_arena, const Func& func) { in AllocateImpl() function
/rocksdb-6.9/port/win/
Dio_win.cc900 Status WinWritableImpl::AllocateImpl(uint64_t offset, uint64_t len) { in AllocateImpl() function in ROCKSDB_NAMESPACE::port::WinWritableImpl
981 return AllocateImpl(offset, len); in Allocate()
Dio_win.h329 Status AllocateImpl(uint64_t offset, uint64_t len);