Searched defs:pMemPtr (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dosmemapi.c202 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
213 os_memoryFree( TI_HANDLE OsContext, void* pMemPtr, TI_UINT32 Size ) argument
264 os_memorySet( TI_HANDLE OsContext, void* pMemPtr, TI_INT32 Value, TI_UINT32 Length ) argument
392 os_memoryZero( TI_HANDLE OsContext, void* pMemPtr, TI_UINT32 Length ) argument
[all...]
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dosapi.c240 pMemPtr - Pointer to the base virtual address of the allocated memory.
246 VOID os_MemoryFree(PVOID pMemPtr) argument
248 free(pMemPtr);

Completed in 170 milliseconds