Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_ext_2_8_6.c995 size_t boost_cont_multialloc_segmented_malloc_size; in internal_multialloc_arrays() local
1007 boost_cont_multialloc_segmented_malloc_size = INTERNAL_MULTIALLOC_DEFAULT_CONTIGUOUS_MEM; in internal_multialloc_arrays()
1010 boost_cont_multialloc_segmented_malloc_size = MAX_REQUEST + CHUNK_OVERHEAD; in internal_multialloc_arrays()
1018 boost_cont_multialloc_segmented_malloc_size = element_size*contiguous_elements; in internal_multialloc_arrays()
1044 … if(((boost_cont_multialloc_segmented_malloc_size - CHUNK_OVERHEAD) - accum_size) < reqsize){ in internal_multialloc_arrays()