Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.h33 void SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const;
DCommandLineInterface.cpp68 void CommandLineInterface::SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const in SendJSHeapMemory() argument
75 memory["allocBytes"] = static_cast<Json::UInt64>(alloc); in SendJSHeapMemory()