VirtualBox

Changeset 25059 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 27, 2009 6:17:44 PM (15 years ago)
Author:
vboxsync
Message:

RTHeapOffset: Initial conversion of RTHeapSimple.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/heap.h

    r25055 r25059  
    261261 * Reallocates / Allocates / Frees a heap block.
    262262 *
    263  * @param   hHeap       The heap, mandatory.
     263 * @param   hHeap       The heap handle. This is optional and will only be used
     264 *                      for strict assertions.
    264265 * @param   pv          The heap block returned by RTHeapOffset. If NULL it
    265266 *                      behaves like RTHeapOffsetAlloc().
     
    275276 * Reallocates / Allocates / Frees a heap block, zeroing any new bits.
    276277 *
    277  * @param   hHeap       The heap, mandatory.
     278 * @param   hHeap       The heap handle. This is optional and will only be used
     279 *                      for strict assertions.
    278280 * @param   pv          The heap block returned by RTHeapOffset. If NULL it
    279281 *                      behaves like RTHeapOffsetAllocZ().
     
    289291 * Frees memory allocated from a simple heap.
    290292 *
    291  * @param   hHeap       The heap handle, mandatory.
     293 * @param   hHeap       The heap handle. This is optional and will only be used
     294 *                      for strict assertions.
    292295 * @param   pv          The heap block returned by RTHeapOffset
    293296 */
     
    301304 *          invalid \a pv can also cause traps or trigger assertions.
    302305 *
    303  * @param   hHeap       The heap handle, mandatory.
     306 * @param   hHeap       The heap handle. This is optional and will only be used
     307 *                      for strict assertions.
    304308 * @param   pv          The heap block returned by RTHeapOffset
    305309 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette