Skip to content
Snippets Groups Projects
Commit e2196f0e authored by Enrico Guiraud's avatar Enrico Guiraud Committed by Philippe Canal
Browse files

[TObjArray] Add GetEntriesUnsafe

GetEntriesFast is not as fast as it could be: it constructs and
destructs a TReadLockGuard, and might need to modify fLast.
GetEntriesUnsafe is a thread-unsafe version of GetEntriesFast
that side-steps these operations when possible.
parent 883b67a8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment