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

  /external/chromium_org/third_party/openssl/openssl/crypto/
mem.c 78 static void *default_malloc_ex(size_t num, const char *file, int line) function
81 = default_malloc_ex;
133 malloc_func=m; malloc_ex_func=default_malloc_ex;
203 if (m != NULL) *m = (malloc_ex_func == default_malloc_ex) ?
215 if (m != NULL) *m = (malloc_ex_func != default_malloc_ex) ?
  /external/openssl/crypto/
mem.c 78 static void *default_malloc_ex(size_t num, const char *file, int line) function
81 = default_malloc_ex;
133 malloc_func=m; malloc_ex_func=default_malloc_ex;
203 if (m != NULL) *m = (malloc_ex_func == default_malloc_ex) ?
215 if (m != NULL) *m = (malloc_ex_func != default_malloc_ex) ?

Completed in 241 milliseconds