Searched refs:free (Results 1 – 21 of 21) sorted by relevance
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | new_delete.cpp | 22 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 D | memmap_no_flash.ld | 192 * stack is not used then all of SCRATCH_X is free.
|
| A D | memmap_copy_to_ram.ld | 224 * stack is not used then all of SCRATCH_X is free.
|
| A D | memmap_blocked_ram.ld | 222 * stack is not used then all of SCRATCH_X is free.
|
| A D | memmap_default.ld | 222 * stack is not used then all of SCRATCH_X is free.
|
| /external/platform/pico/common/pico_util/ |
| A D | pheap.c | 38 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 D | queue.c | 21 free(q->data); in queue_free()
|
| /external/platform/pico/rp2_common/pico_malloc/ |
| A D | pico_malloc.c | 19 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 D | mem.h | 54 #define mem_free free
|
| /external/platform/pico/common/pico_time/ |
| A D | time.c | 221 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 D | cyw43_configport.h | 165 #define cyw43_free free
|
| /external/lib/cksum/ |
| A D | debug.c | 137 free(buf); in cmd_cksum_bench()
|
| /external/platform/pico/rp2_common/pico_stdio/ |
| A D | LICENSE | 5 Permission is hereby granted, free of charge, to any person obtaining a copy
|
| /external/lib/heap/dlmalloc/include/lib/ |
| A D | dlmalloc.h | 57 #define dlfree free
|
| /external/platform/pico/common/pico_util/include/pico/util/ |
| A D | pheap.h | 198 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free);
|
| /external/lib/lwip/ |
| A D | sys_arch.c | 86 free(mbox->queue); in sys_mbox_free()
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/ |
| A D | LICENSE.txt | 68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| /external/lib/lwip/netif/ppp/ |
| A D | auth.c | 1273 free(wp);
|
| /external/lib/heap/dlmalloc/ |
| A D | dlmalloc.c | 845 #define dlfree free
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 281 # 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 D | miniz.c | 178 #define MZ_FREE(x) free(x)
|
Completed in 45 milliseconds