Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dalloc_global.c79 #define RTL_MEMALIGN 16 macro
82 #define RTL_MEMALIGN 8 macro
128 size = RTL_MEMALIGN; in rtl_memory_once_init()
134 size += RTL_MEMALIGN; in rtl_memory_once_init()
207 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory()
209 OSL_ASSERT(RTL_MEMALIGN >= sizeof(sal_Size)); in rtl_allocateMemory()
210 if (n >= SAL_MAX_SIZE - (RTL_MEMALIGN + RTL_MEMALIGN - 1)) in rtl_allocateMemory()
225 p = addr + RTL_MEMALIGN; in rtl_allocateMemory()
245 char * addr = (char*)(p) - RTL_MEMALIGN; in rtl_freeMemory()
264 sal_Size n_old = ((sal_Size*)( (char*)(p) - RTL_MEMALIGN ))[0] - RTL_MEMALIGN; in rtl_reallocateMemory()

Completed in 17 milliseconds