Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddm_alloc.c313 …uint16_t total_alloc_size; /* Total size that needs to be allocated for new buffer (including exis… in dm_realloc() local
321 total_alloc_size = ALIGN_UPTO_32BITS(size) + sizeof(db_alloc_header_t); in dm_realloc()
325 if(allocated_entry_p->buffer_size >= total_alloc_size) in dm_realloc()
327 … allocated_entry_p->buffer_size = dm_slice((dm_free_header_t*)allocated_entry_p, total_alloc_size); in dm_realloc()
332 add_alloc_size = total_alloc_size - allocated_entry_p->buffer_size; in dm_realloc()