blob: 31eafc156d800ed7dbb3a9498e5ace94c82f7310 [file] [log] [blame]
#ifndef AOS_IPC_LIB_MEMORY_ESTIMATION_H_
#define AOS_IPC_LIB_MEMORY_ESTIMATION_H_
#include "aos/configuration.h"
namespace aos::ipc_lib {
// Returns the total shared memory that will be used by the specified config on
// the specified node, in bytes.
size_t TotalSharedMemoryUsage(const aos::Configuration *config,
const aos::Node *node);
} // namespace aos::ipc_lib
#endif // AOS_IPC_LIB_MEMORY_ESTIMATION_H_