OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_realloc_ex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
mem.c
84
static void *
default_realloc_ex
(void *str, size_t num,
function
88
=
default_realloc_ex
;
134
realloc_func=r; realloc_ex_func=
default_realloc_ex
;
205
if (r != NULL) *r = (realloc_ex_func ==
default_realloc_ex
) ?
217
if (r != NULL) *r = (realloc_ex_func !=
default_realloc_ex
) ?
/external/openssl/crypto/
mem.c
84
static void *
default_realloc_ex
(void *str, size_t num,
function
88
=
default_realloc_ex
;
134
realloc_func=r; realloc_ex_func=
default_realloc_ex
;
205
if (r != NULL) *r = (realloc_ex_func ==
default_realloc_ex
) ?
217
if (r != NULL) *r = (realloc_ex_func !=
default_realloc_ex
) ?
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc
[
all
...]
Completed in 175 milliseconds