HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 126 - 150 of 1526) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
malloc.h 32 extern void* realloc(void *, size_t);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
malloc.h 32 extern void* realloc(void *, size_t);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
malloc.h 32 extern void* realloc(void *, size_t);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
malloc.h 32 extern void* realloc(void *, size_t);
  /external/icu4c/common/
uvectr32.cpp 228 // We keep the original contents on the memory failure on realloc.
242 if (limit > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check for realloc
243 // Something is very wrong, don't realloc, leave capacity and maxCapacity unchanged
253 // Realloc the storage to the new, smaller size.
256 // Realloc to smaller failed.
  /external/tremolo/Tremolo/
misc.c 73 pointers=(void **)realloc(pointers,sizeof(void **)*palloced);
74 insertlist=(long *)realloc(insertlist,sizeof(long *)*palloced);
106 files=realloc(files,filecount*sizeof(*files));
107 file_bytes=realloc(file_bytes,filecount*sizeof(*file_bytes));
214 ptr=realloc(ptr,bytes);
  /external/chromium/base/allocator/
allocator_unittests.cc 404 void* new_p = realloc(p, start_sizes[s] + deltas[d]);
405 CHECK_EQ(p, new_p); // realloc should not allocate new memory
409 void* new_p = realloc(p, start_sizes[s] - deltas[d]);
410 CHECK_EQ(p, new_p); // realloc should not allocate new memory
422 reinterpret_cast<unsigned char*>(realloc(src, dst_size));
430 // Now make sure realloc works correctly even when we overflow the
442 p[i] = reinterpret_cast<int*>(realloc(p[i], 9000));
453 // Test that realloc to zero does not return NULL.
457 ptr = reinterpret_cast<char*>(realloc(ptr, 0));
  /bionic/libc/upstream-dlmalloc/
malloc.h 57 #define dlrealloc realloc
119 allocated using malloc or a related routine such as realloc.
133 realloc(void* p, size_t n)
142 If p is null, realloc is equivalent to malloc.
144 If space is not available, realloc returns null, errno is set (if on
148 space is lopped off and freed if possible. realloc with a size
151 The old unix realloc convention of allowing the last-free'd chunk
152 to be used as an argument to realloc is not supported.
162 realloc if an alternative allocation strategy is needed upon failure
228 number of bytes allocated by malloc, realloc etc., is less than thi
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 51 #define dlrealloc realloc
107 allocated using malloc or a related routine such as realloc.
121 realloc(void* p, size_t n)
130 If p is null, realloc is equivalent to malloc.
132 If space is not available, realloc returns null, errno is set (if on
136 space is lopped off and freed if possible. realloc with a size
139 The old unix realloc convention of allowing the last-free'd chunk
140 to be used as an argument to realloc is not supported.
192 number of bytes allocated by malloc, realloc etc., is less than this
234 realloc'ed etc. The elements are guaranteed to be adjacently
    [all...]
  /external/chromium/third_party/libevent/
select.c 224 if ((readset_in = realloc(sop->event_readset_in, fdsz)) == NULL)
227 if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
230 if ((writeset_in = realloc(sop->event_writeset_in, fdsz)) == NULL)
233 if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL)
236 if ((r_by_fd = realloc(sop->event_r_by_fd,
240 if ((w_by_fd = realloc(sop->event_w_by_fd,
  /external/bison/lib/
stdlib.in.h 271 rely on GNU or POSIX semantics for malloc and realloc (for example,
273 realloc to be redefined. */
713 # undef realloc
714 # define realloc rpl_realloc
716 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
717 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
719 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
721 _GL_CXXALIASWARN (realloc);
723 # undef realloc
724 /* Assume realloc is always declared. *
    [all...]
  /dalvik/vm/jdwp/
ExpandBuf.cpp 96 newPtr = (u1*) realloc(pBuf->storage, pBuf->maxLen);
98 ALOGE("realloc(%d) failed", pBuf->maxLen);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 71 unsigned char *p = (unsigned char *)realloc(m_buf, allocSize);
76 ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize);
  /external/libmtp/examples/
albumart.c 65 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
66 printf("realloc failed\n");
  /external/libsepol/src/
util.c 45 * than be smart about it, for now we realloc() the array each
48 *a = (uint32_t *) realloc(*a, (*cnt + 1) * sizeof(uint32_t));
  /external/valgrind/main/drd/tests/
unit_vc.c 15 void* VG_(realloc)(HChar* cc, void* p, SizeT size) function
16 { return realloc(p, size); }
  /external/valgrind/main/memcheck/tests/
origin1-yes.stderr.exp 31 Undef 5 of 8 (realloc)
35 at 0x........: realloc (vg_replace_malloc.c:...)
  /external/webkit/Tools/DumpRenderTree/mac/
CheckedMalloc.cpp 83 savedRealloc = zone->realloc;
85 zone->realloc = checkedRealloc;
  /frameworks/rs/cpp/
RenderScript.cpp 111 rbuf = realloc(rbuf, rbuf_size);
114 ALOGE("RS::message handler realloc error %zu", rbuf_size);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet

Completed in 1366 milliseconds

1 2 3 4 56 7 8 91011>>