Home
last modified time | relevance | path

Searched refs:SCUDO_PREFIX (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dwrappers_c.inc9 #ifndef SCUDO_PREFIX
10 #error "Define SCUDO_PREFIX prior to including this file!"
22 INTERFACE WEAK void *SCUDO_PREFIX(calloc)(size_t nmemb, size_t size) {
35 INTERFACE WEAK void SCUDO_PREFIX(free)(void *ptr) {
39 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) {
57 INTERFACE WEAK void *SCUDO_PREFIX(malloc)(size_t size) {
63 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(const void *ptr) {
65 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(void *ptr) {
70 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
92 INTERFACE WEAK int SCUDO_PREFIX(posix_memalign)(void **memptr, size_t alignment,
[all …]
Dwrappers_c_bionic.cpp22 #define SCUDO_PREFIX(name) CONCATENATE(scudo_, name) macro
25 extern "C" void SCUDO_PREFIX(malloc_postinit)();
26 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
32 #undef SCUDO_PREFIX
35 #define SCUDO_PREFIX(name) CONCATENATE(scudo_svelte_, name) macro
38 extern "C" void SCUDO_PREFIX(malloc_postinit)();
40 SCUDO_PREFIX(malloc_postinit)>
46 #undef SCUDO_PREFIX
Dwrappers_c.cpp21 #define SCUDO_PREFIX(name) name macro
24 extern "C" void SCUDO_PREFIX(malloc_postinit)();
29 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR;
34 #undef SCUDO_PREFIX
/external/scudo/standalone/
Dwrappers_c.inc9 #ifndef SCUDO_PREFIX
10 #error "Define SCUDO_PREFIX prior to including this file!"
22 INTERFACE WEAK void *SCUDO_PREFIX(calloc)(size_t nmemb, size_t size) {
35 INTERFACE WEAK void SCUDO_PREFIX(free)(void *ptr) {
39 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) {
57 INTERFACE WEAK void *SCUDO_PREFIX(malloc)(size_t size) {
63 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(const void *ptr) {
65 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(void *ptr) {
70 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
92 INTERFACE WEAK int SCUDO_PREFIX(posix_memalign)(void **memptr, size_t alignment,
[all …]
Dwrappers_c_bionic.cpp22 #define SCUDO_PREFIX(name) CONCATENATE(scudo_, name) macro
25 extern "C" void SCUDO_PREFIX(malloc_postinit)();
27 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
33 #undef SCUDO_PREFIX
36 #define SCUDO_PREFIX(name) CONCATENATE(scudo_svelte_, name) macro
39 extern "C" void SCUDO_PREFIX(malloc_postinit)();
42 SCUDO_PREFIX(malloc_postinit)>
48 #undef SCUDO_PREFIX
Dwrappers_c.cpp21 #define SCUDO_PREFIX(name) name macro
24 extern "C" void SCUDO_PREFIX(malloc_postinit)();
30 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR;
35 #undef SCUDO_PREFIX