Searched
full:realloc (Results
326 -
350 of
1311) sorted by null
<<11121314151617181920>>
/frameworks/media/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Utils.c | 122 (M4OSA_Char *)"realloc");
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 75 using _STLP_VENDOR_CSTD::realloc;
|
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 90 #define REALLOC(x,n,t) (VCAST(t *)ck_realloc(VCAST(VOID *)(x),(n)*sizeof(t)))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libesd.so | |
libesd.so.0 | |
libesd.so.0.2 | |
libesd.so.0.2.38 | |
libxcb.so.1 | |
libxcb.so.1.0 | |
libxcb.so.1.0.0 | |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 75 using _STLP_VENDOR_CSTD::realloc;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 75 using _STLP_VENDOR_CSTD::realloc;
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 75 using _STLP_VENDOR_CSTD::realloc;
|
/system/core/cpio/ |
mkbootfs.c | 144 names = realloc(names, size * sizeof(char*));
|
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 339 void* MC_(realloc) ( ThreadId tid, void* p_old, SizeT new_szB ) function 349 if (complain_about_silly_args(new_szB, "realloc")) 362 /* can not realloc a range that was allocated with new or new [] */ 472 // malloc_list. If this realloc() did not increase the memory size, we 474 // because shrinking a block with realloc() is (presumably) much rarer
|
/external/valgrind/main/massif/ |
ms_main.c | 326 // alloc function: realloc (which uses malloc); valloc, 338 DO("realloc" ); 509 // - malloc/calloc/realloc/memalign/new/new[]; 655 parent->children = VG_(realloc)( "ms.main.acx.2", [all...] |
/frameworks/base/libs/binder/ |
Parcel.cpp | 414 (size_t*)realloc(mObjects, newSize*sizeof(size_t)); 844 size_t* objects = (size_t*)realloc(mObjects, newSize*sizeof(size_t)); [all...] |
/bionic/libc/bionic/ |
dlmalloc.c | 29 This is a version (aka dlmalloc) of malloc/free/realloc written by 180 a size_t, not counting any clearing in calloc or copying in realloc, 285 realloc are ignored. And all bookkeeping information is zeroed out 356 If true realloc() uses mremap() to re-allocate large blocks and 393 This should be set if a call to realloc with zero bytes should 396 realloc(p, 0). 679 #define dlrealloc realloc [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 38 This is a version (aka dlmalloc) of malloc/free/realloc written by 189 a size_t, not counting any clearing in calloc or copying in realloc, 294 realloc are ignored. And all bookkeeping information is zeroed out 365 If true realloc() uses mremap() to re-allocate large blocks and 402 This should be set if a call to realloc with zero bytes should 405 realloc(p, 0). 616 #define realloc SDL_realloc macro 690 #define dlrealloc realloc 724 allocated using malloc or a related routine such as realloc. 738 realloc(void* p, size_t n [all...] |
/external/astl/src/ |
string.cpp | 109 mData = static_cast<char*>(::realloc(mData, n + 1)); 551 // realloc could have taken place.
|
/external/icu4c/i18n/ |
ucol_cnt.cpp | 106 // do realloc 107 /* table->elements = (ContractionTable **)realloc(table->elements, table->capacity*2*sizeof(ContractionTable *));*/
|
/external/libffi/src/ |
dlmalloc.c | 2 This is a version (aka dlmalloc) of malloc/free/realloc written by 153 a size_t, not counting any clearing in calloc or copying in realloc, 258 realloc are ignored. And all bookkeeping information is zeroed out 329 If true realloc() uses mremap() to re-allocate large blocks and 366 This should be set if a call to realloc with zero bytes should 369 realloc(p, 0). 646 #define dlrealloc realloc 680 allocated using malloc or a related routine such as realloc. 694 realloc(void* p, size_t n) 703 If p is null, realloc is equivalent to malloc [all...] |
/external/libpcap/missing/ |
snprintf.c | 110 tmp = realloc (state->str, state->sz); 595 tmp = realloc (state.str, len+1);
|
/external/mesa3d/src/talloc/ |
hieralloc.c | 193 header = (hieralloc_header_t *)realloc(header, size + sizeof(hieralloc_header_t)); 198 return ptr; // realloc didn't move allocation
|
/external/qemu/android/ |
adb-server.c | 162 (uint8_t*)realloc(adb_host->pending_send_buffer, 250 adb_host->pending_data = realloc(adb_host->pending_data,
|
Completed in 1475 milliseconds
<<11121314151617181920>>