Changeset 28318 in vbox for trunk/include/iprt
- Timestamp:
- Apr 14, 2010 6:09:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mem.h
r28303 r28318 228 228 * @param pv Pointer to the block as it was returned by the allocation function. 229 229 * NULL will be ignored. 230 */ 231 RTDECL(void) RTMemPageFree(void *pv) RT_NO_THROW; 230 * @param cb The allocation size. Will be rounded up to page size. 231 * Ignored if @a pv is NULL. 232 */ 233 RTDECL(void) RTMemPageFree(void *pv, size_t cb) RT_NO_THROW; 232 234 233 235 /** Page level protection flags for RTMemProtect().
Note:
See TracChangeset
for help on using the changeset viewer.