Searched refs:ALIGN_POINTER (Results 1 – 1 of 1) sorted by relevance
484 #define ALIGN_POINTER(pointer) ((void*)ALIGN_VALUE((apr_size_t)(char*)(pointer))) macro1123 memory = ALIGN_POINTER(memory); in secure_aligned_alloc()1527 *buffer = ALIGN_POINTER(apr_palloc(result_pool, size + ITEM_ALIGNMENT-1)); in membuffer_cache_get_internal()