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
147 malloc_func=m; malloc_ex_func=default_malloc_ex;
164 malloc_func=0; malloc_ex_func=m;
225 if (m != NULL) *m = (malloc_ex_func == default_malloc_ex) ?
237 if (m != NULL) *m = (malloc_ex_func != default_malloc_ex) ?
238 malloc_ex_func : 0;
328 ret = malloc_ex_func(num,file,line);
377 ret=malloc_ex_func(num,file,line);

Completed in 11 milliseconds