Searched
full:realloc (Results
876 -
900 of
1945) sorted by null
<<31323334353637383940>>
/system/core/sh/ |
arith_lex.c | 199 * and can realloc() it to grow it, and should free() it to [all...] |
/art/runtime/ |
indirect_reference_table.h | 180 * realloc() is out), and tricks like serial number checking to detect
|
/bootable/recovery/edify/ |
expr.c | 356 fn_table = realloc(fn_table, fn_size * sizeof(NamedFunction));
|
/bootable/recovery/minadbd/ |
fdevent.c | 446 fd_table = realloc(fd_table, sizeof(fdevent*) * fd_table_max);
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 401 ctx->bad_block_offsets = realloc(ctx->bad_block_offsets,
|
/dalvik/vm/ |
IndirectRefTable.h | 175 * realloc() is out), and tricks like serial number checking to detect
|
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3defs.h | 472 #define ANTLR3_REALLOC(current, request) realloc ((void *)(current), (size_t)(request))
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3bitset.c | 399 // Space for newly sized bitset - TODO: come back to this and use realloc?, it may
|
/external/bison/lib/ |
localcharset.c | 224 res_ptr = (char *) realloc (res_ptr, res_size + 1);
|
/external/blktrace/ |
blkparse.c | 330 cpus = realloc(cpus, size); 374 devices = realloc(devices, size); [all...] |
blktrace.c | 1307 * before). Therefore, we can realloc 1311 prev = realloc(prev->buf, sizeof(*prev) + tot_len); [all...] |
/external/chromium/base/memory/ |
scoped_ptr.h | 283 // realloc.
|
/external/chromium/third_party/libevent/ |
evport.c | 244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
|
/external/chromium_org/base/ |
pickle.h | 315 // A realloc() failure will cause a Resize failure... and caller should check
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_win.cc | 610 realloc(buffer->release(), requested_size)));
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
trap.cc | 265 // In particular, this means we shouldn't be using realloc() to resize it.
|
/external/chromium_org/third_party/icu/source/common/ |
uvector.cpp | 349 // We keep the original contents on the memory failure on realloc or bad minimumCapacity.
|
/external/chromium_org/third_party/icu/source/io/ |
ustdio.c | 166 /* Check for malloc/realloc failure. */
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
hpmufn.c | 114 retPtr = realloc(p, size+sizeof(ctest_AlignedMemory));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
v32test.cpp | 408 //TEST_ASSERT(buf != resizedBuf); // The buffer might have been realloc'd
|
/external/chromium_org/third_party/libevent/ |
evport.c | 244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
|
/external/chromium_org/third_party/libxml/src/ |
TODO | 38 - fix realloc() usage.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_buffer.c | 569 nv->scratch.runout = REALLOC(nv->scratch.runout,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target.cpp | 371 REALLOC(relocInfo, n ? size : 0,
|
Completed in 448 milliseconds
<<31323334353637383940>>