Home
last modified time | relevance | path

Searched refs:MEM_BLOCK_END (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dosmemapi.c70 #define MEM_BLOCK_END (('m'<<24) | ('e'<<16) | ('m'<<8) | 'e') macro
149 *(__u32 *)((unsigned char *)blk + total_size - sizeof(__u32)) = MEM_BLOCK_END; in os_memoryAlloc()
238 != MEM_BLOCK_END) in os_memoryFree()
323 *(__u32 *)((unsigned char *)blk + total_size - sizeof(__u32)) = MEM_BLOCK_END; in os_memoryAlloc4HwDma()
369 != MEM_BLOCK_END) in os_memory4HwDmaFree()
/hardware/ti/wlan/wl1271/utils/
Dmem.c40 #define MEM_BLOCK_END (('m'<<24) | ('e'<<16) | ('m'<<8) | 'e') macro
124 *(TI_UINT32 *)((TI_UINT8 *)pMemBlock + total - sizeof(TI_UINT32)) = MEM_BLOCK_END; in mem_Alloc()
210 … if (*(TI_UINT32 *)((TI_UINT8 *)pMemBlock + pMemBlock->size + sizeof(TMemBlock)) != MEM_BLOCK_END) in mem_Free()