Searched refs:last_free_heap (Results 1 – 3 of 3) sorted by relevance
65 if ((unsigned int)n != context->last_free_heap) { in _lws_plat_service_tsi()66 if ((unsigned int)n > context->last_free_heap) in _lws_plat_service_tsi()70 context->last_free_heap)); in _lws_plat_service_tsi()75 context->last_free_heap - in _lws_plat_service_tsi()77 context->last_free_heap = n; in _lws_plat_service_tsi()
328 context->last_free_heap = xPortGetFreeHeapSize(); in lws_create_context()330 context->last_free_heap = esp_get_free_heap_size(); in lws_create_context()1297 context->last_free_heap = xPortGetFreeHeapSize(); in lws_context_destroy()1299 context->last_free_heap = esp_get_free_heap_size(); in lws_context_destroy()
474 uint32_t last_free_heap; member