Searched refs:_calloc_r (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/newlib/ |
D | heap.c | 29 return _calloc_r(_REENT, n, size); in calloc() 57 void* _calloc_r(struct _reent *r, size_t nmemb, size_t size) in _calloc_r() function
|
D | newlib_init.c | 64 ._calloc_r = &_calloc_r,
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 48 void* (*_calloc_r)(struct _reent *r, size_t, size_t); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 48 void* (*_calloc_r)(struct _reent *r, size_t, size_t); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 40 void* (*_calloc_r)(struct _reent *r, size_t, size_t); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 40 void* (*_calloc_r)(struct _reent *r, size_t, size_t); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 39 void *(*_calloc_r)(struct _reent *r, size_t, size_t); member
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 40 void* (*_calloc_r)(struct _reent *r, size_t, size_t); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 41 void* (*_calloc_r)(struct _reent *r, size_t, size_t); member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 96 PROVIDE ( _calloc_r = 0x4001a008 ); symbol
|
D | rom_32.ld | 63 PROVIDE ( _calloc_r = 0x4000bbf8 ); symbol
|
D | rom_32s3_beta_2.ld | 147 PROVIDE ( _calloc_r = 0x400544f8 ); symbol
|