Searched refs:ext_bss_size (Results 1 – 1 of 1) sorted by relevance
278 uint32_t ext_bss_size = ((intptr_t)&_ext_ram_bss_end - (intptr_t)&_ext_ram_bss_start); in esp_psram_init() local279 ESP_EARLY_LOGV(TAG, "ext_bss_size is %d", ext_bss_size); in esp_psram_init()280 s_psram_ctx.regions_to_heap[PSRAM_MEM_8BIT_ALIGNED].vaddr_start += ext_bss_size; in esp_psram_init()281 s_psram_ctx.regions_to_heap[PSRAM_MEM_8BIT_ALIGNED].size -= ext_bss_size; in esp_psram_init()