/external/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.cpp | 106 // do realloc 107 /* table->elements = (ContractionTable **)realloc(table->elements, table->capacity*2*sizeof(ContractionTable *));*/
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-9.0.2.html | 129 <li>st/mesa: replace REALLOC() with realloc()</li>
|
/external/chromium_org/third_party/sqlite/src/src/ |
sqlite3ext.h | 111 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines 314 #define sqlite3_realloc sqlite3_api->realloc
|
/external/chromium_org/tools/memory_watcher/ |
memory_hook.cc | 214 // Don't call realloc, but instead do a free/malloc. The problem is that 215 // the builtin realloc may either expand a buffer, or it may simply
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/ |
eclipse_1310.so | |
/external/eigen/Eigen/src/SparseCore/ |
SparseBlock.h | 174 // realloc manually to reduce copies 190 // no need to realloc, simply copy the tail at its respective position and insert tmp
|
/external/eigen/unsupported/test/mpreal/ |
dlmalloc.c | 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
155 a size_t, not counting any clearing in calloc or copying in realloc,
283 realloc are ignored. And all bookkeeping information is zeroed out
358 If true realloc() uses mremap() to re-allocate large blocks and
395 This should be set if a call to realloc with zero bytes should
398 realloc(p, 0).
[all...] |
/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/libppp/src/ |
i4b.c | 291 iov[*niov].iov_base = realloc(d, sz); 333 dev = realloc(dev, sizeof *dev); /* Reduce to the correct size */
|
ncp.c | 390 newport = (u_short *)realloc(range->port, 393 log_Printf(LogERROR, "ncp_AddUrgentPort: realloc: %s\n",
|
/external/mesa3d/docs/ |
relnotes-9.0.2.html | 129 <li>st/mesa: replace REALLOC() with realloc()</li>
|
/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,
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
XF86DGA.c | 414 mapList = realloc(mapList, sizeof(MapPtr) * (numMaps + 1)); 431 scrList = realloc(scrList, sizeof(ScrPtr) * (numScrs + 1));
|
/external/sqlite/dist/orig/ |
sqlite3ext.h | 121 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines 338 #define sqlite3_realloc sqlite3_api->realloc
|
/external/sqlite/dist/ |
sqlite3ext.h | 121 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines 338 #define sqlite3_realloc sqlite3_api->realloc
|
/external/tcpdump/missing/ |
snprintf.c | 110 tmp = realloc (state->str, state->sz); 595 tmp = realloc (state.str, len+1);
|
/external/valgrind/main/coregrind/ |
m_tooliface.c | 301 void* (*realloc) ( ThreadId, void*, SizeT ), 315 VG_(tdict).tool_realloc = realloc;
|
/external/valgrind/main/memcheck/tests/ |
xml1.stderr.exp | 201 <what>Invalid free() / delete / delete[] / realloc()</what> 293 <what>Invalid free() / delete / delete[] / realloc()</what>
|
xml1.stderr.exp-s390x-mvc | 201 <what>Invalid free() / delete / delete[] / realloc()</what> 293 <what>Invalid free() / delete / delete[] / realloc()</what>
|
/external/zlib/src/examples/ |
zran.c | 113 next = realloc(index->list, sizeof(struct point) * index->size); 229 index->list = realloc(index->list, sizeof(struct point) * index->have);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio.in.h | 486 bytes of space. It is realloc'd as necessary. 509 bytes of space. It is realloc'd as necessary.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpthread-2.7.so | |
libpthread.so.0 | |