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

  /external/clang/test/Analysis/
malloc-annotations.c 7 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);
61 int *p = my_malloc(12);
66 int *p = my_malloc(12);
70 myglobalpointer = my_malloc(12); // no-warning
75 mystuff.somefield = my_malloc(12);
80 *pp = my_malloc(42); // no-warning
84 somestuff->somefield = my_malloc(12); // no-warning
89 *pps = my_malloc(sizeof(struct stuff)); // no-warning
90 (*pps)->somefield = my_malloc(42); // no-warning
94 int *p = my_malloc(12)
    [all...]
malloc-plist.c 189 int *my_malloc() { function
194 my_malloc();
    [all...]
  /external/valgrind/auxprogs/
valgrind-di-server.c 161 static void *my_malloc(size_t amount) function
827 UChar* unzBuf = my_malloc(req_len);
846 UChar* zBuf = my_malloc(zLenMax);
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 2375 static void *my_malloc(size_t size, void *data) function
    [all...]

Completed in 128 milliseconds