Searched refs:dummy_head (Results 1 – 1 of 1) sorted by relevance
432 mem_block_t *dummy_head = NULL; in esp_mmu_map() local437 …dummy_head = (mem_block_t *)heap_caps_calloc(1, sizeof(mem_block_t), MALLOC_CAP_INTERNAL | MALLOC_… in esp_mmu_map()438 ESP_GOTO_ON_FALSE(dummy_head, ESP_ERR_NO_MEM, err, TAG, "no mem"); in esp_mmu_map()440 dummy_head->laddr_start = found_region->free_head; in esp_mmu_map()441 dummy_head->laddr_end = found_region->free_head; in esp_mmu_map()443 dummy_head->size = 0; in esp_mmu_map()444 dummy_head->caps = caps; in esp_mmu_map()445 TAILQ_INSERT_HEAD(&found_region->mem_block_head, dummy_head, entries); in esp_mmu_map()553 if (dummy_head) { in esp_mmu_map()554 heap_caps_free(dummy_head); in esp_mmu_map()