Searched refs:APR_ALIGN (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_general.h | 136 #define APR_ALIGN(size, boundary) \ macro 140 #define APR_ALIGN_DEFAULT(size) APR_ALIGN(size, 8)
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_general.h | 136 #define APR_ALIGN(size, boundary) \ macro 140 #define APR_ALIGN_DEFAULT(size) APR_ALIGN(size, 8)
|
/external/cronet/stable/third_party/apache-portable-runtime/src/memory/unix/ |
D | apr_pools.c | 199 max_free_index = APR_ALIGN(size, BOUNDARY_SIZE) >> BOUNDARY_INDEX; in apr_allocator_max_free_set() 222 size = APR_ALIGN(in_size + APR_MEMNODE_T_SIZE, BOUNDARY_SIZE); in allocator_alloc() 713 free_index = (APR_ALIGN(active->endp - active->first_avail + 1, in apr_palloc() 1079 free_index = (APR_ALIGN(active->endp - active->first_avail + 1, in psprintf_flush() 1171 free_index = (APR_ALIGN(active->endp - active->first_avail + 1, in apr_pvsprintf()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/memory/unix/ |
D | apr_pools.c | 199 max_free_index = APR_ALIGN(size, BOUNDARY_SIZE) >> BOUNDARY_INDEX; in apr_allocator_max_free_set() 222 size = APR_ALIGN(in_size + APR_MEMNODE_T_SIZE, BOUNDARY_SIZE); in allocator_alloc() 713 free_index = (APR_ALIGN(active->endp - active->first_avail + 1, in apr_palloc() 1079 free_index = (APR_ALIGN(active->endp - active->first_avail + 1, in psprintf_flush() 1171 free_index = (APR_ALIGN(active->endp - active->first_avail + 1, in apr_pvsprintf()
|