HomeSort by relevance Sort by last modified time
    Searched refs:xRealloc (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 525 ** argument to xRealloc is always a value returned by a prior call to
539 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
542 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
550 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
test_init.c 63 static void *wrMemRealloc(void *p, int n) {return wrapped.mem.xRealloc(p, n);}
sqlite.h.in     [all...]
test_malloc.c 84 ** A version of sqlite3_mem_methods.xRealloc() that includes fault simulation
90 p = memfault.m.xRealloc(pOld, n);
188 faultsimRealloc, /* xRealloc */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 55 milliseconds