Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 10 of 10) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_malloc/
DBUILD.bazel7 srcs = ["malloc.c"],
8 hdrs = ["include/pico/malloc.h"],
11 "-Wl,--wrap=malloc",
DCMakeLists.txt6 ${CMAKE_CURRENT_LIST_DIR}/malloc.c
11 pico_wrap_function(pico_malloc malloc)
Dmalloc.c20 extern void *REAL_FUNC(malloc)(size_t size);
68 void *WRAPPER_FUNC(malloc)(size_t size) { in WRAPPER_FUNC() argument
70 void *rc = REAL_FUNC(malloc)(size); in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_cxx_options/
Dnew_delete.cpp15 return std::malloc(n); in operator new()
19 return std::malloc(n); in operator new[]()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/include/
Dcyw43_configport.h195 #define cyw43_malloc malloc
/hal_rpi_pico-latest/test/pico_sha256_test/
Dpico_sha256_test.c89 uint8_t *buffer = malloc(10000); in run_test()
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c112 alarm_pool_t *pool = (alarm_pool_t *) malloc(sizeof(alarm_pool_t)); in alarm_pool_create_on_timer()
122 alarm_pool_t *pool = (alarm_pool_t *) malloc(sizeof(alarm_pool_t)); in alarm_pool_create_on_timer_with_unused_hardware_alarm()
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DBUILD.bazel92 malloc = "//bazel:empty_cc_lib",
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DBUILD.bazel92 malloc = "//bazel:empty_cc_lib",
/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp2839 return malloc(size); in yyalloc()