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