Added memory pool logging
[platform/core/uifw/dali-core.git] / dali / internal / event / size-negotiation / relayout-controller-impl.h
index 85cb31a..29809ea 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_RELAYOUT_CONTROLLER_IMPL_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.
@@ -124,6 +124,12 @@ public:
    */
   void SetProcessingCoreEvents(bool processingEvents);
 
+  /**
+   * Get the capacity of the memory pool containing relayout info
+   * (It Should be regularly purged!)
+   */
+  uint32_t GetMemoryPoolCapacity();
+
 public: // CALLBACKS
   /**
    * @brief Callback raised after the application creates the scene