Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c433 mem_block_t *dummy_tail = NULL; in esp_mmu_map() local
447dummy_tail = (mem_block_t *)heap_caps_calloc(1, sizeof(mem_block_t), MALLOC_CAP_INTERNAL | MALLOC_… in esp_mmu_map()
448 ESP_GOTO_ON_FALSE(dummy_tail, ESP_ERR_NO_MEM, err, TAG, "no mem"); in esp_mmu_map()
450 dummy_tail->laddr_start = found_region->end; in esp_mmu_map()
451 dummy_tail->laddr_end = found_region->end; in esp_mmu_map()
453 dummy_tail->size = 0; in esp_mmu_map()
454 dummy_tail->caps = caps; in esp_mmu_map()
455 TAILQ_INSERT_TAIL(&found_region->mem_block_head, dummy_tail, entries); in esp_mmu_map()
550 if (dummy_tail) { in esp_mmu_map()
551 heap_caps_free(dummy_tail); in esp_mmu_map()