Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dmem_ext.h104 } t_MemorySegment; typedef
287 #define MEM_GetBase(h_Mem) ((t_MemorySegment *)(h_Mem))->p_Bases[0]
292 #define MEM_GetSize(h_Mem) ((t_MemorySegment *)(h_Mem))->dataSize
297 #define MEM_GetPrefixSize(h_Mem) ((t_MemorySegment *)(h_Mem))->prefixSize
302 #define MEM_GetPostfixSize(h_Mem) ((t_MemorySegment *)(h_Mem))->postfixSize
307 #define MEM_GetAlignment(h_Mem) ((t_MemorySegment *)(h_Mem))->alignment
312 #define MEM_GetNumOfBlocks(h_Mem) ((t_MemorySegment *)(h_Mem))->num
/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_mem.c124 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem;
152 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem;
287 t_MemorySegment *p_Mem;
313 p_Mem = (t_MemorySegment *)XX_Malloc(sizeof(t_MemorySegment));
404 t_MemorySegment *p_Mem;
429 p_Mem = (t_MemorySegment *)XX_Malloc(sizeof(t_MemorySegment));
566 t_MemorySegment *p_Mem = (t_MemorySegment*)h_Mem;
619 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem;
650 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem;
691 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem;
[all …]