Searched
full:realloc (Results
351 -
375 of
1311) sorted by null
<<11121314151617181920>>
/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/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/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/ |
os.h | 386 #define os_realloc(p, s) realloc((p), (s)) 461 #define realloc OS_DO_NOT_USE_realloc macro
|
/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 | 392 #define os_realloc(p, s) realloc((p), (s)) 481 #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.
|