You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,11 @@ Please note that only TDLight-specific issues are suitable for this repository.
37
37
38
38
<aname="added-api-methods"></a>
39
39
#### Added API Methods
40
-
##### Method `optimize_memory`
41
-
Calling `optimize_memory` will remove old data from the in-memory cache and give the freed memory back to the os
40
+
##### Method `optimizeMemory`
41
+
Calling `optimizeMemory` will remove old data from the in-memory cache and give the freed memory back to the os
42
+
43
+
##### Method `getMemoryStats`
44
+
Calling `getMemoryStats` will return a json containing the info about the memory manager, more info [here](https://github.com/tdlight-team/tdlight#tdapigetmemorystatistics)
0 commit comments