Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dmem_api.cpp45 return realloc(buffer, size); in UIRealloc()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp395 p = realloc(p, size);
429 addr = reinterpret_cast<int8_t*>(realloc(reinterpret_cast<void*>(addr), reallocSz));
/ohos5.0/base/startup/init/services/init/lite/
H A Dinit_jobs.c104 Job *retJobs = (Job *)realloc(g_jobs, sizeof(Job) * (g_jobCnt + jobArrSize)); in ParseAllJobs()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp455 addr = reinterpret_cast<int8_t*>(realloc(reinterpret_cast<void*>(addr), reallocSz));
486 addr = reinterpret_cast<int8_t*>(realloc(reinterpret_cast<void*>(addr), reallocSz));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h40 void realloc(size_t count) in realloc() function
H A Dcanvas_paint_op.h589 fBytes.realloc(fReserved); in Push()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp651 void *newOffsets = realloc(objectOffsets_, newBytes); in EnsureObjectsCapacity()
920 void *newOffsets = realloc(objectOffsets_, newBytes); in RewindWrite()
1315 return realloc(data, newSize); in Realloc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.cpp307 PngChunkInfo *new_chunks = (PngChunkInfo *) realloc(chunks, sizeof(PngChunkInfo) * in png_info_create()
633 PngChunkInfo *new_chunks = (PngChunkInfo *) realloc(chunks, sizeof(PngChunkInfo) * in isApng()
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c441 g_dfxCustomMallocDispatch.realloc = HookRealloc; in RegisterAllocator()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-memory-lms.md291 "-Wl,--wrap=realloc",
H A Dkernel-mini-appx-lib.md373 | \#include&nbsp;&lt;stdlib.h&gt; | void&nbsp;\*realloc(void&nbsp;\*ptr,&nbsp;size_t&nbsp;size); | …
/ohos5.0/base/startup/init/services/utils/
H A Dinit_utils.c346 char **expand = (char **)(realloc(items, sizeof(char *) * itemCounts)); in SplitStringExt()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-memory-lms.md291 "-Wl,--wrap=realloc",
H A Dkernel-mini-appx-lib.md373 | \#include &lt;stdlib.h&gt; | void \*realloc(void \*ptr, size_t size); | Reallocates memory.|