Home | History | Annotate | Download | only in src

Lines Matching full:pmemptr

202 				pMemPtr		-	Pointer to the base virtual address of the allocated memory.
215 void* pMemPtr,
221 if (!pMemPtr) {
225 blk = (struct os_mem_block *)((char *)pMemPtr - sizeof(struct os_mem_block));
228 os_printf("MTT:%s:%d ::os_memoryFree(0x%p, 0x%p, %lu) : %d\n",__FUNCTION__,__LINE__,OsContext,pMemPtr,Size,-Size);
255 pMemPtr - Specifies the base address of a block of memory
266 void* pMemPtr,
271 if (!pMemPtr) {
275 memset(pMemPtr,Value,Length);
336 pMemPtr - Pointer to the base virtual address of the allocated memory.
384 pMemPtr - Specifies the base address of a block of memory
394 void* pMemPtr,
398 if (!pMemPtr) {
402 memset(pMemPtr,0,Length);