Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/libsvn_subr/
HDcache-membuffer.c484 #define ALIGN_POINTER(pointer) ((void*)ALIGN_VALUE((apr_size_t)(char*)(pointer))) macro
1123 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()