HomeSort by relevance Sort by last modified time
    Searched full:malloc_ex_func (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/
mem.c 80 static void *(*malloc_ex_func)(size_t, const char *file, int line) variable
133 malloc_func=m; malloc_ex_func=default_malloc_ex;
150 malloc_func=0; malloc_ex_func=m;
203 if (m != NULL) *m = (malloc_ex_func == default_malloc_ex) ?
215 if (m != NULL) *m = (malloc_ex_func != default_malloc_ex) ?
216 malloc_ex_func : 0;
308 ret = malloc_ex_func(num,file,line);
372 ret=malloc_ex_func(num,file,line);

Completed in 477 milliseconds