HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 1001 - 1025 of 1945) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 229 * and can realloc() it to grow it, and should free() it to
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 21 # that malloc, free, realloc, mmap, etc. are not builtins (these flags
28 -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc \
89 WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W calloc -W cfree \
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 456 TSAN_INTERCEPTOR(void*, realloc, void *p, uptr size) {
462 SCOPED_INTERCEPTOR_RAW(realloc, p, size);
    [all...]
  /external/libusb/libusb/
core.c 458 /* append a device to the discovered devices collection. may realloc itself,
459 * returning new discdevs. returns NULL on realloc failure. */
476 discdevs = realloc(discdevs,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 548 return NULL; // bogus realloc
557 return NULL; // bogus realloc
581 // Nb: if realloc fails, NULL is returned but the old block is not
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp     [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 103 * return 0 for realloc failure, !=0 for success
113 tbuf = (char *) realloc(*pbuf, minlen);
271 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 205 keeping realloc() calls under control by padding for future growth. */
234 lb->text = REALLOC(lb->text, inactive + lb->alloc, char);
451 /* Use FREE()+MALLOC() instead of REALLOC() to
    [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /external/bison/darwin-lib/
stdio.h     [all...]
  /external/bison/lib/
stdio.in.h 635 bytes of space. It is realloc'd as necessary.
674 bytes of space. It is realloc'd as necessary.
    [all...]
  /external/bison/linux-lib/
stdio.h     [all...]
  /external/checkpolicy/
module_compiler.c 704 ebitmap_t *new_map = realloc(scope->class_perms_map,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 83 fp->insn = realloc(fp->insn, sizeof(uint32_t) * fp->insn_len);
128 fp->consts = realloc(fp->consts, ++fp->nr_consts *
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 790 // furthermore we bound the realloc ratio to:
791 // 1) reduce multiple minor realloc when the matrix is almost filled
    [all...]
  /external/iptables/iptables/
xtables.c 288 if ((p = realloc(ptr, size)) == NULL) {
289 perror("ip[6]tables: realloc failed");
    [all...]
  /external/linux-tools-perf/
builtin-sched.c 245 task->atoms = realloc(task->atoms, size);
346 tasks = realloc(tasks, nr_tasks*sizeof(struct task_task *));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 83 fp->insn = realloc(fp->insn, sizeof(uint32_t) * fp->insn_len);
128 fp->consts = realloc(fp->consts, ++fp->nr_consts *
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/7/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/ndk/7/sources/cxx-stl/stlport/libs/x86/
libstlport_shared.so 
  /prebuilts/ndk/8/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 

Completed in 537 milliseconds

<<41424344454647484950>>