Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/furi/memmgr.h')
-rw-r--r--core/furi/memmgr.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/furi/memmgr.h b/core/furi/memmgr.h
index 7c8a3fe9..b749c8e5 100644
--- a/core/furi/memmgr.h
+++ b/core/furi/memmgr.h
@@ -29,16 +29,6 @@ size_t memmgr_get_free_heap(void);
*/
size_t memmgr_get_minimum_free_heap(void);
-/** Allocate memory from heap
- *
- * @note performs memset with 0, will crash system if not enough memory
- *
- * @param[in] size bytes to allocate
- *
- * @return pointer to allocated memory
- */
-void* furi_alloc(size_t size);
-
#ifdef __cplusplus
}
#endif