HomeSort by relevance Sort by last modified time
    Searched defs:REALLOC (Results 1 - 10 of 10) sorted by null

  /external/dtc/tests/
sw_tree1.c 37 REALLOC,
61 case REALLOC:
96 alloc_mode = REALLOC;
98 } else if (streq(argv[1], "realloc")) {
99 alloc_mode = REALLOC;
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 84 10090 REALLOC
198 __builtin_delete, calloc, realloc, memalign, and friends.
727 /*---------------------- realloc ----------------------*/
756 #define REALLOC(soname, fnname) \
766 MALLOC_TRACE("realloc(%p,%llu)", ptrV, (ULong)new_size ); \
784 REALLOC(VG_Z_LIBC_SONAME, realloc);
785 REALLOC(SO_SYN_MALLOC, realloc);
788 REALLOC(VG_Z_LIBC_SONAME, realloc)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 133 char *realloc ();
324 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
371 # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize)
395 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
721 mtemp->realloc_fcn = realloc;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
749 mtemp->realloc_fcn = realloc;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
721 mtemp->realloc_fcn = realloc;
    [all...]
  /external/expat/lib/
xmlparse.c 571 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
784 mtemp->realloc_fcn = realloc;
    [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c 563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
749 mtemp->realloc_fcn = realloc;
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 521 milliseconds