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

<<21222324252627282930>>

  /external/chromium/third_party/libevent/
min_heap.h 114 if(!(p = (struct event**)realloc(s->p, a * sizeof *p)))
  /external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc 142 buf = realloc(buf, size);
  /external/chromium_org/base/process/
memory_linux.cc 103 DIE_ON_OOM_2(realloc, void*)
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool_unittest.cc 134 // For good measure, do one more cycle of free/realloc without delivery, now
  /external/chromium_org/third_party/angle_dx11/src/compiler/
64bit-lexer-safety.patch 52 * and can realloc() it to grow it, and should free() it to
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
64bit-tokenizer-safety.patch 43 * and can realloc() it to grow it, and should free() it to
  /external/chromium_org/third_party/freetype/src/base/
ftsystem.c 297 memory->realloc = ft_realloc;
  /external/chromium_org/third_party/libevent/
min_heap.h 114 if(!(p = (struct event**)realloc(s->p, a * sizeof *p)))
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglarray.c 49 elems = realloc(array->Elements, new_size * sizeof(array->Elements[0]));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_validate.c 94 new_entries = (struct pb_validate_entry *)REALLOC(vl->entries,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_bitmask.c 114 new_words = (util_bitmask_word *)REALLOC((void *)bm->words,
u_handle_table.c 114 new_objects = (void **)REALLOC((void *)ht->objects,
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prprf.h 83 ** growing it as necessary using realloc. If last is NULL, PR_sprintf_append
prwin16.h 107 void * (PR_CALLBACK *realloc)( void* old_blk, size_t size ); member in struct:PRMethodCallbackStr
  /external/chromium_org/third_party/skia/src/core/
SkMemory_stdlib.cpp 195 void* p = realloc(addr, size);
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer1.c 177 c->pToken = realloc(c->pToken, c->nTokenAllocated);
simple_tokenizer.c 134 c->zToken = realloc(c->zToken, n+1);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 103 // Printf("realloc: old_size %zd new_size %zd\n", old_size, new_size);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 98 void *realloc(void *p, size_t size) { function
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 80 // Strictly saying this is incorrect, realloc(NULL, N) is equivalent to
  /external/dropbear/
scpmisc.c 75 new_ptr = realloc(ptr, new_size);
  /external/e2fsprogs/debugfs/
lsdel.c 154 delarray = realloc(delarray,
  /external/e2fsprogs/e2fsck/
profile_helpers.c 95 newlist = realloc(list->list, newmax * sizeof(char *));
  /external/e2fsprogs/lib/ss/
help.c 153 dirs = (char **)realloc((char *)dirs,
  /external/e2fsprogs/misc/
logsave.c 108 n = realloc(outbuf, outbufsize + c);

Completed in 4653 milliseconds

<<21222324252627282930>>