/system/extras/memory_replay/traces/ |
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/keymaster/ |
D | valgrind.supp | 36 fun:realloc
|
/system/unwinding/libunwindstack/ |
D | MemoryBuffer.h | 38 void* new_raw = realloc(raw_, size); in Resize()
|
/system/chre/std_overrides/ |
D | stdlib_wrapper.cc | 62 void *realloc(void * /*ptr*/, size_t /*newSize*/) { in realloc() function
|
/system/nvram/messages/ |
D | blob.cpp | 67 uint8_t* tmp_data = static_cast<uint8_t*>(realloc(data_, size)); in Resize()
|
/system/chre/chpp/platform/linux/ |
D | memory.c | 83 realloc(oldHeader, newSize + sizeof(struct ChppAllocHeader)); in chppRealloc()
|
/system/libhwbinder/ |
D | BufferedTextOutput.cpp | 58 void* b = realloc(buffer, newSize); in append() 72 void* b = realloc(buffer, 256); in restart()
|
D | Parcel.cpp | 684 binder_size_t* objects = (binder_size_t*)realloc(mObjects, newSize*sizeof(binder_size_t)); in writeObject() 1761 return (uint8_t*)realloc(data, newCapacity); in reallocZeroFree() 1924 (binder_size_t*)realloc(mObjects, objectsSize*sizeof(binder_size_t)); in continueWrite()
|
/system/core/mkbootfs/ |
D | mkbootfs.c | 170 names = realloc(names, size * sizeof(char*)); in _archive_dir() 272 canned_config = (struct fs_config_entry*)realloc( in read_canned_config() 292 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()
|
/system/chre/build/arch/ |
D | hexagon.mk | 75 TARGET_SO_LDFLAGS += --wrap=realloc
|
/system/media/audio_utils/ |
D | echo_reference.c | 209 void *new_buf = realloc(er->wr_buf, er->wr_buf_size * er->rd_frame_size); in echo_reference_write() 276 void *new_buf = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_write() 431 void *new_buf = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_read() 474 void *new_buf = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_read()
|
D | tinysndfile.c | 572 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_short() 581 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_short() 588 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_short() 612 handle->temp = realloc(handle->temp, desiredBytes); in sf_writef_float()
|
D | resampler.c | 105 rsmp->in_buf = (int16_t *)realloc(rsmp->in_buf, in resampler_resample_from_provider()
|
/system/core/libutils/ |
D | SharedBuffer.cpp | 78 buf = (SharedBuffer*)realloc(buf, sizeof(SharedBuffer) + newSize); in editResize()
|
/system/extras/memory_replay/ |
D | Alloc.cpp | 74 void* memory = realloc(old_memory, entry.size); in ReallocExecute()
|
D | TraceBenchmark.cpp | 209 ptr = realloc(nullptr, entry.size); in RunTrace() 211 ptr = realloc(ptrs[entry.u.old_ptr - 1], entry.size); in RunTrace()
|
/system/core/toolbox/ |
D | getevent.c | 113 bits = realloc(bits, bits_size * 2); in print_possible_events() 362 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device() 368 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()
|
/system/extras/pagecache/ |
D | dumpcache.c | 46 g_files = realloc(g_files, 2 * g_files_size * sizeof(struct file_info*)); in get_file_info()
|
/system/core/libsysutils/src/ |
D | SocketClient.cpp | 159 result = (char *)realloc(result, current-result); in quoteArg()
|
/system/extras/ioshark/ |
D | compile_ioshark_subr.c | 179 filename_cache = realloc(filename_cache, newsize); in filename_cache_lookup()
|
/system/nvram/client/ |
D | nvram_client.c | 270 realloc(controls_list, sizeof(nvram_control_t) * list_size); in HandleCreateSpace()
|
/system/media/radio/src/ |
D | radio_metadata.c | 90 metadata = realloc(metadata, new_size_int * sizeof(uint32_t)); in check_size()
|
/system/logging/liblog/ |
D | pmsg_reader.cpp | 155 void* result = realloc(ptr, new_size); in realloc_or_free()
|
/system/media/audio_route/ |
D | audio_route.c | 216 new_mixer_path = realloc(ar->mixer_path, ar->mixer_path_size * in path_create() 260 new_path_setting = realloc(path->setting, in alloc_path_setting()
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 94 env.Append(SHLINKFLAGS = '-G0 --wrap=malloc --wrap=calloc --wrap=free --wrap=realloc --wrap=memalig…
|