0023818: Extend OSD_MemInfo to report C heap statistics
[occt.git] / tests / bugs / moddata_1 / bug20627
CommitLineData
3bea4c16 1pload QAcommands
2
3puts "========"
4puts "OCC20627"
5puts "========"
6puts ""
7#######################################################################
8# Memory leaks in BRepMesh
9#######################################################################
10
11set BugNumber OCC20627
12
13OCC20627 1
14
15set listmem {}
16set i_max 10000
17OCC20627 ${i_max}
18
67a1064e 19lappend listmem [meminfo h]
3bea4c16 20if { [checktrend $listmem 0 1 "Memory leak detected"] } {
21 puts "No memory leak"
22 break
23}
24
25
26
27