Root > Reference > All Functions > EurekaRegisterExpectedMemoryLeakDynArray

Function EurekaRegisterExpectedMemoryLeakDynArray

Previous pageReturn to chapter overviewNext page   

Register an expected memory leak (variant for dynamic arrays).

 

Unit

EMemLeaks

 

Syntax

 

Code (Delphi)

function EurekaRegisterExpectedMemoryLeakDynArray(

P: Pointer

): Boolean;

 

Parameters

P [in]

A dynamic array casted to pointer.

 

Return value

Indicate if leak was registered successfully. A False value usually indicate that this block was already registered.

 

Remarks

This function is the same as EurekaRegisterExpectedMemoryLeak function, but it accepts only pointers to dynamic arrays.

Tip

While it is usually not needed, but you can call EurekaUnregisterExpectedMemoryLeakDynArray function to unregister memory block from excluded leaks.

 

 

See also




Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_function_ememleaks_eurekaregisterexpectedmemoryleakdynarray.php