Searched refs:total (Results 1 – 2 of 2) sorted by relevance
32 void SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const;
67 void CommandLineInterface::SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const in SendJSHeapMemory() argument73 memory["totalBytes"] = static_cast<Json::UInt64>(total); in SendJSHeapMemory()