MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / allocate

Method allocate

src/jrd/cch.cpp:5551–5554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5549
5550template <typename T>
5551T* ListNodeAllocator<T>::allocate(std::size_t n)
5552{
5553 return static_cast<T*>(initPool().alloc(n * sizeof(T)));
5554}
5555
5556template <typename T>
5557void ListNodeAllocator<T>::deallocate(T* p, std::size_t /* n */)

Callers 9

BURP_allocFunction · 0.45
stringDupFunction · 0.45
memory_initFunction · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
operator newMethod · 0.45
API_ROUTINE gds__allocFunction · 0.45

Calls 1

allocMethod · 0.45

Tested by

no test coverage detected