/system/extras/memory_replay/dumps/ |
D | README | 20 realloc - Allocate memory using the realloc function. 41 <tid>:realloc <new_ptr> <old_ptr> <size> 42 Allocation made by realloc(<old_ptr>, <size>). <old_ptr> can be 0x0 43 to indicate a realloc with a nullptr. <new_ptr> is the value returned 44 by realloc. 48 300: realloc 0x96b90920 0x93605280 150
|
/system/extras/libpagemap/ |
D | pm_kernel.c | 85 new_pids = realloc(pids, 2 * pids_size * sizeof(pid_t)); in pm_kernel_pids() 103 new_pids = realloc(pids, pids_count * sizeof(pid_t)); in pm_kernel_pids()
|
D | pm_process.c | 279 new_maps = realloc(maps, 2 * maps_size * sizeof(pm_map_t*)); in read_maps() 320 new_maps = realloc(maps, maps_count * sizeof(pm_map_t*)); in read_maps()
|
/system/keymaster/ |
D | valgrind.supp | 36 fun:realloc
|
/system/core/debuggerd/ |
D | getevent.cpp | 69 new_ufds = reinterpret_cast<pollfd*>(realloc(ufds, sizeof(ufds[0]) * (nfds + 1))); in open_device() 75 new_device_names = reinterpret_cast<char**>(realloc( in open_device()
|
/system/core/cpio/ |
D | mkbootfs.c | 188 names = realloc(names, size * sizeof(char*)); in _archive_dir() 300 canned_config = (struct fs_config_entry*)realloc( in read_canned_config() 319 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()
|
/system/core/adf/libadf/ |
D | adf.c | 58 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0])); in adf_find_nodes() 237 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0])); in adf_interfaces_for_overlay_engine() 285 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0])); in adf_interfaces_filter() 474 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0])); in adf_overlay_engines_for_interface() 522 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0])); in adf_overlay_engines_filter()
|
/system/media/audio_utils/ |
D | echo_reference.c | 208 er->wr_buf = realloc(er->wr_buf, er->wr_buf_size * er->rd_frame_size); in echo_reference_write() 269 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_write() 421 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_read() 459 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_read()
|
D | tinysndfile.c | 578 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_short() 587 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_short() 594 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_short() 618 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_float()
|
D | resampler.c | 104 rsmp->in_buf = (int16_t *)realloc(rsmp->in_buf, in resampler_resample_from_provider()
|
/system/core/init/ |
D | keychords.cpp | 44 keychords = (input_keychord*) realloc(keychords, keychords_length + size); in add_service_keycodes()
|
/system/core/libutils/ |
D | SharedBuffer.cpp | 75 buf = (SharedBuffer*)realloc(buf, sizeof(SharedBuffer) + newSize); in editResize()
|
/system/bt/osi/src/ |
D | array.c | 100 void *new_data = realloc(is_moving ? NULL : array->data, new_capacity * array->element_size); in grow()
|
/system/core/libcutils/ |
D | canned_fs_config.c | 54 canned_data = (Path*) realloc(canned_data, canned_alloc * sizeof(Path)); in load_canned_fs_config()
|
D | open_memstream.c | 105 char* newBuf = (char*) realloc(*stream->bufp, newSize); in ensureCapacity()
|
/system/extras/pagecache/ |
D | dumpcache.c | 45 g_files = realloc(g_files, 2 * g_files_size * sizeof(struct file_info*)); in get_file_info()
|
/system/core/toolbox/ |
D | getevent.c | 112 bits = realloc(bits, bits_size * 2); in print_possible_events() 363 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device() 369 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()
|
/system/extras/librank/ |
D | librank.c | 95 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *)); in get_library() 137 library->mappings = realloc(library->mappings, in get_mapping()
|
/system/extras/memory_replay/ |
D | Action.cpp | 117 void* memory = realloc(old_memory, size_); in Execute()
|
/system/extras/tests/sdcard/ |
D | stopwatch.cpp | 156 mData = (Measurement *)realloc(mData, mCapacity * sizeof(Measurement)); in checkCapacity()
|
/system/extras/memory_replay/tests/ |
D | ActionTest.cpp | 96 TEST(ActionTest, realloc) { in TEST() argument
|
/system/extras/ksmutils/ |
D | ksminfo.c | 267 struct ksm_page *tmp = realloc(kp->pages, in read_pages() 303 struct vaddr *tmp = realloc(cur_page->vaddr, in read_pages()
|
/system/core/libsysutils/src/ |
D | SocketClient.cpp | 139 result = (char *)realloc(result, current-result); in quoteArg()
|
/system/core/liblog/ |
D | pmsg_reader.c | 532 buf = realloc(buf, len + sizeof(char) + sizeof(char)); in __android_log_pmsg_file_read() 547 buf = realloc(buf, len + add_len + sizeof(char)); in __android_log_pmsg_file_read()
|
/system/media/radio/src/ |
D | radio_metadata.c | 85 metadata = realloc(metadata, new_size_int * sizeof(unsigned int)); in check_size()
|