|
|
|
|
|
dbgStartMemoryDiff (Function) In french: dbgDébutDiffMémoire Starts a difference operation of the memory used by the application. This operation will be ended during the call to dbgEndMemoryDiff. This debugging method is used to isolate the memory resources of an operation that should be neutral for the memory. This allows you to correct the code and to add the potential missing freeing statements (queries no longer used, global object no longer used during the rest of the execution, etc.).
dbgStartMemoryDiff()
...
...
dbgEndMemoryDiff()
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|