Changes between Version 2 and Version 3 of PDAF_deallocate


Ignore:
Timestamp:
Feb 3, 2018, 8:20:51 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_deallocate

    v2 v3  
    1212
    1313Note:
    14  * Usually, we call this routine in the interface user routine '''finalize_pdaf'''
    15  * Calling '''PDAF_deallocate''' is not mandatory. Usually, the operating system cleans up all used memory by itself when the program stops. However, it's good practice to explicitly clean up the memory.
     14 * Usually, we call this routine in the interface user routine `finalize_pdaf`
     15 * Calling `PDAF_deallocate` is not mandatory. Usually, the operating system cleans up all used memory by itself when the program stops. However, it's good practice to explicitly clean up the memory.