Searched refs:RTL_MEMALIGN (Results 1 – 1 of 1) sorted by relevance
78 #define RTL_MEMALIGN 8 macro123 size = RTL_MEMALIGN; in rtl_memory_once_init()129 size += RTL_MEMALIGN; in rtl_memory_once_init()202 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory()204 OSL_ASSERT(RTL_MEMALIGN >= sizeof(sal_Size)); in rtl_allocateMemory()205 if (n >= SAL_MAX_SIZE - (RTL_MEMALIGN + RTL_MEMALIGN - 1)) in rtl_allocateMemory()220 p = addr + RTL_MEMALIGN; in rtl_allocateMemory()240 char * addr = (char*)(p) - RTL_MEMALIGN; in rtl_freeMemory()259 sal_Size n_old = ((sal_Size*)( (char*)(p) - RTL_MEMALIGN ))[0] - RTL_MEMALIGN; in rtl_reallocateMemory()
Completed in 5 milliseconds