/frameworks/native/libs/binder/ |
Parcel.cpp | 414 (size_t*)realloc(mObjects, newSize*sizeof(size_t)); 852 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/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/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,
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/ |
XF86DGA.c | 409 mapList = realloc(mapList, sizeof(MapPtr) * (numMaps + 1)); 426 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>
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3ext.h | 113 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines 295 #define sqlite3_realloc sqlite3_api->realloc
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os.h | 386 #define os_realloc(p, s) realloc((p), (s)) 474 #define realloc OS_DO_NOT_USE_realloc macro
|
/external/wpa_supplicant_8/src/utils/ |
os.h | 396 #define os_realloc(p, s) realloc((p), (s)) 485 #define realloc OS_DO_NOT_USE_realloc macro
|
/external/zlib/examples/ |
zran.c | 108 next = realloc(index->list, sizeof(struct point) * index->size); 224 index = realloc(index, 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.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/ |
libexpat.so | |
libexpat.so.1 | |
libexpat.so.1.5.2 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpthread-2.7.so | |