Added memory pool logging
[platform/core/uifw/dali-core.git] / dali / integration-api / core.h
index 0a4ce07..0b44348 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTEGRATION_CORE_H
 
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -409,6 +409,11 @@ public:
    */
   ObjectRegistry GetObjectRegistry() const;
 
+  /**
+   * Log core's memory pool's capacities
+   */
+  void LogMemoryPools() const;
+
 private:
   /**
    * Private constructor; see also Core::New()