Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/
Ddebug_stubs.c35 uint32_t data_alloc; member
64 s_dbg_stubs_ctl_data.data_alloc = (uint32_t)esp_dbg_stubs_data_alloc; in esp_dbg_stubs_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c529 static uint8_t *data_alloc(struct net_buf *buf, size_t *size, int32_t timeout) in data_alloc() function
580 buf->__buf = data_alloc(buf, &size, timeout); in net_buf_alloc_len_debug()