Home | History | Annotate | Download | only in src

Lines Matching refs:os_memoryAlloc

76  *                        os_memoryAlloc()
92 os_memoryAlloc(
101 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
185 return os_memoryAlloc(OsContext, Size);
231 pAllocatedMem = os_memoryAlloc(OsContext, MemSize);
245 os_memoryAlloc function.
250 This address was returned by the os_memoryAlloc function.
253 os_memoryAlloc.
371 This address was returned by the os_memoryAlloc function.
374 os_memoryAlloc.