Home
last modified time | relevance | path

Searched defs:allocation_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc50 void* operator new(size_t allocation_size) { in operator new()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h104 uintptr_t allocation_size; member
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp324 size_t allocation_size; in Malloc() local