<< Previous | Next >> | |
|
INT8U OSMemQuery( OS_MEM * pmem, OS_MEM_DATA * pdata );
Description
- Determines the number of both free and used memory blocks in a memory partition.
Parameters
- pmem
- Pointer to partition's memory control block.
- pdata
- Pointer to structure for holding information about the partition.
Return value
- OS_NO_ERR
- This function always returns no error.
Library
- UCOS2.LIB
See also
- OSMemCreate, OSMemGet, OSMemPut
Dynamic C Functions | << Previous | Next >> | rabbit.com |