Changeset 11022 in vbox
- Timestamp:
- Jul 31, 2008 12:12:06 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mem.h
r11018 r11022 419 419 420 420 421 422 421 /** 423 422 * Template function wrapping RTMemEfFree to get the correct Destruct … … 456 455 * 457 456 * The main purpose of this class is to automatically free memory that 458 * isn't explicitly used (release d()) when the object goes out of scope.457 * isn't explicitly used (release()'ed) when the object goes out of scope. 459 458 * 460 459 * As an additional service it can also make the allocations and
Note:
See TracChangeset
for help on using the changeset viewer.