OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__libc_malloc
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h
51
#define
__libc_malloc
__malloc
macro
55
extern "C" void *
__libc_malloc
(uptr size);
tsan_new_delete.cc
27
#define
__libc_malloc
REAL(malloc)
macro
33
return
__libc_malloc
(size); \
tsan_interceptors.cc
47
#define
__libc_malloc
REAL(malloc)
53
#define
__libc_malloc
REAL(malloc)
416
AtExitCtx *ctx = (AtExitCtx*)
__libc_malloc
(sizeof(AtExitCtx));
442
AtExitCtx *ctx = (AtExitCtx*)
__libc_malloc
(sizeof(AtExitCtx));
592
return
__libc_malloc
(size);
[
all
...]
/external/boringssl/src/crypto/test/
malloc.cc
62
extern void *
__libc_malloc
(size_t size);
127
return
__libc_malloc
(size);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc
24
extern "C" void *
__libc_malloc
(uptr size);
26
# define LIBC_MALLOC
__libc_malloc
/external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc
18
extern "C" void *
__libc_malloc
(uptr size);
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
legacy_profile.go
1216
`
__libc_malloc
`,
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
legacy_profile.go
1216
`
__libc_malloc
`,
Completed in 492 milliseconds