Searched refs:realloc (Results 1 – 17 of 17) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | unwind_private.h | 18 tmp = realloc(p, rounded_size); in unw_grow()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 25 void *realloc(void *ptr, size_t size); 46 #define realloc(ptr, size) __mdbg_alloc(MAF_NULL, (ptr), 1, 1, \ macro 134 #define nex_realloc(ptr, size) realloc(ptr, size)
|
| /optee_os/core/kernel/ |
| H A D | handle.c | 69 p = realloc(db->ptrs, new_max_ptrs * sizeof(void *)); in handle_get()
|
| H A D | pm.c | 55 ref = realloc(pm_cb_ref, sizeof(*ref) * (count + 1)); in register_pm_cb()
|
| H A D | lockdep.c | 165 tmp = realloc(qe->path, in lockdep_graph_get_shortest_cycle()
|
| H A D | dt.c | 589 new = realloc(dt_node_cache->array, in realloc_cached_node_array()
|
| /optee_os/core/tee/ |
| H A D | tee_time_generic.c | 53 o = realloc(tee_time_offs, n * sizeof(struct tee_ta_time_offs)); in tee_time_ta_set_offs()
|
| H A D | fs_dirfile.c | 61 p = realloc(dirh->files, bitstr_size(idx + 1)); in maybe_grow_files()
|
| H A D | tadb.c | 150 p = realloc(db->files, bitstr_size(idx + 1)); in maybe_grow_files()
|
| H A D | tee_rpmb_fs.c | 1738 fe = realloc(fe, fat_entry_dir->num_buffered * sizeof(*fe)); in fat_entry_dir_deinit() 1862 fe = realloc(fe, in fat_entry_dir_get_next()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_custom.h | 12 #define XREALLOC realloc 57 #if ( defined(malloc) || defined(realloc) || defined(calloc) || defined(free) || \
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 160 state->cfg = realloc(state->cfg, in dt_get_regu_low_power_config() 422 levels2 = realloc(levels, sizeof(*levels) * level_count); in pmic_list_voltages()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 730 #undef realloc 731 void *realloc(void *ptr, size_t size) in realloc() function
|
| /optee_os/ldelf/ |
| H A D | ta_elf.c | 1776 ptr = realloc(ptr, cnt * sizeof(struct __init_fini32)); in realloc_ifs() 1787 ptr = realloc(info->ifs, cnt * sizeof(struct __init_fini)); in realloc_ifs() 1912 ptr = realloc(ptr, cnt * sizeof(*dlpi32)); in realloc_elf_phdr_info() 1923 ptr = realloc(info->dlpi, cnt * sizeof(*dlpi)); in realloc_elf_phdr_info()
|
| /optee_os/core/drivers/ |
| H A D | stm32_bsec.c | 882 nvmem_layout = realloc(nvmem_layout, in save_dt_nvmem_layout()
|
| /optee_os/core/pta/tests/ |
| H A D | misc.c | 342 p3 = realloc(p1, 3 * 1024); in self_test_malloc()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 6410 * Replaced realloc with malloc in mpi_grow(), and set
|