Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_standard_link/
A Dnew_delete.cpp22 void operator delete(void *p) { std::free(p); } in operator delete()
24 void operator delete[](void *p) noexcept { std::free(p); } in operator delete[]()
28 void operator delete(void *p, __unused std::size_t n) noexcept { std::free(p); } in operator delete()
30 void operator delete[](void *p, __unused std::size_t n) noexcept { std::free(p); } in operator delete[]()
A Dmemmap_no_flash.ld192 * stack is not used then all of SCRATCH_X is free.
A Dmemmap_copy_to_ram.ld224 * stack is not used then all of SCRATCH_X is free.
A Dmemmap_blocked_ram.ld222 * stack is not used then all of SCRATCH_X is free.
A Dmemmap_default.ld222 * stack is not used then all of SCRATCH_X is free.
/external/platform/pico/common/pico_util/
A Dpheap.c38 free(heap->nodes); in ph_destroy()
39 free(heap); in ph_destroy()
55 static pheap_node_id_t ph_remove_any_head(pheap_t *heap, pheap_node_id_t root_id, bool free) { in ph_remove_any_head() argument
61 if (free) { in ph_remove_any_head()
76 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free) { in ph_remove_head() argument
78 heap->root_id = ph_remove_any_head(heap, old_root_id, free); in ph_remove_head()
A Dqueue.c21 free(q->data); in queue_free()
/external/platform/pico/rp2_common/pico_malloc/
A Dpico_malloc.c19 extern void REAL_FUNC(free)(void *mem);
82 void WRAPPER_FUNC(free)(void *mem) { in WRAPPER_FUNC() argument
86 REAL_FUNC(free)(mem); in WRAPPER_FUNC() local
/external/lib/lwip/include/lwip/
A Dmem.h54 #define mem_free free
/external/platform/pico/common/pico_time/
A Dtime.c221 free(pool->entry_ids_high); in alarm_pool_destroy()
222 free(pool->entries); in alarm_pool_destroy()
223 free(pool); in alarm_pool_destroy()
/external/platform/pico/rp2_common/pico_cyw43_driver/include/
A Dcyw43_configport.h165 #define cyw43_free free
/external/lib/cksum/
A Ddebug.c137 free(buf); in cmd_cksum_bench()
/external/platform/pico/rp2_common/pico_stdio/
A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
/external/lib/heap/dlmalloc/include/lib/
A Ddlmalloc.h57 #define dlfree free
/external/platform/pico/common/pico_util/include/pico/util/
A Dpheap.h198 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free);
/external/lib/lwip/
A Dsys_arch.c86 free(mbox->queue); in sys_mbox_free()
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/
A DLICENSE.txt68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/external/lib/lwip/netif/ppp/
A Dauth.c1273 free(wp);
/external/lib/heap/dlmalloc/
A Ddlmalloc.c845 #define dlfree free
/external/platform/nrfx/doc/
A Dnrfx.doxyfile281 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
283 # or free formatted code, this is the default for Fortran type files), VHDL. For
/external/lib/miniz/
A Dminiz.c178 #define MZ_FREE(x) free(x)

Completed in 45 milliseconds