| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc_cpp.cpp | 38 void *ptr = je_malloc(size); in newImpl() local 94 operator delete(void *ptr) noexcept in operator delete() 100 operator delete[](void *ptr) noexcept in operator delete[]() 106 operator delete(void *ptr, const std::nothrow_t &) noexcept in operator delete() 111 void operator delete[](void *ptr, const std::nothrow_t &) noexcept in operator delete[]() 119 operator delete(void *ptr, std::size_t size) noexcept in operator delete() 127 void operator delete[](void *ptr, std::size_t size) noexcept in operator delete[]()
|
| A D | arena.c | 140 arena_slab_regind(extent_t *slab, szind_t binind, const void *ptr) in arena_slab_regind() 177 arena_slab_data_t *slab_data, void *ptr) in arena_slab_reg_dalloc() 827 void *ptr = extent_base_get(extent); in arena_reset() local 1116 void *ptr; in arena_tcache_fill_small() local 1166 arena_dalloc_junk_small(void *ptr, const arena_bin_info_t *bin_info) in arena_dalloc_junk_small() 1267 arena_prof_promote(tsdn_t *tsdn, extent_t *extent, const void *ptr, in arena_prof_promote() 1296 arena_prof_demote(tsdn_t *tsdn, extent_t *extent, const void *ptr) in arena_prof_demote() 1309 arena_dalloc_promoted(tsdn_t *tsdn, extent_t *extent, void *ptr, in arena_dalloc_promoted() 1391 void *ptr, bool junked) in arena_dalloc_bin_locked_impl() 1418 void *ptr) in arena_dalloc_bin_junked_locked() [all …]
|
| A D | jemalloc.c | 313 a0idalloc(extent_t *extent, void *ptr, bool is_internal) in a0idalloc() 325 a0dalloc(void *ptr) in a0dalloc() 360 bootstrap_free(void *ptr) in bootstrap_free() 1918 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) in ifree() 1966 je_realloc(void *ptr, size_t size) in je_realloc() 2036 je_free(void *ptr) in je_free() 2295 je_rallocx(void *ptr, size_t size, int flags) in je_rallocx() 2448 je_xallocx(void *ptr, size_t size, size_t extra, int flags) in je_xallocx() 2524 je_dallocx(void *ptr, int flags) in je_dallocx() 2566 je_sdallocx(void *ptr, size_t size, int flags) in je_sdallocx() [all …]
|
| A D | tcache.c | 27 tcache_salloc(tsdn_t *tsdn, const void *ptr) in tcache_salloc() 92 void *ptr; in tcache_bin_flush_small() local 170 void *ptr; in tcache_bin_flush_large() local
|
| A D | zone.c | 128 zone_size(malloc_zone_t *zone, const void *ptr) in zone_size() 165 zone_free(malloc_zone_t *zone, void *ptr) in zone_free() 176 zone_realloc(malloc_zone_t *zone, void *ptr, size_t size) in zone_realloc() 195 zone_free_definite_size(malloc_zone_t *zone, void *ptr, size_t size) in zone_free_definite_size()
|
| A D | large.c | 67 large_dalloc_junk(void *ptr, size_t usize) in large_dalloc_junk() 82 large_dalloc_maybe_junk(void *ptr, size_t usize) in large_dalloc_maybe_junk()
|
| A D | pages.c | 83 uintptr_t ptr = 0; in fuchsia_pages_map() local 97 uintptr_t ptr = (uintptr_t)addr; in fuchsia_pages_free() local
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | arena_inlines_b.h | 34 arena_prof_tctx_get(tsdn_t *tsdn, const extent_t *extent, const void *ptr) in arena_prof_tctx_get() 45 arena_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, const void *ptr, in arena_prof_tctx_set() 56 arena_prof_tctx_reset(tsdn_t *tsdn, extent_t *extent, const void *ptr, in arena_prof_tctx_reset() 114 arena_aalloc(tsdn_t *tsdn, const void *ptr) in arena_aalloc() 121 arena_salloc(tsdn_t *tsdn, const extent_t *extent, const void *ptr) in arena_salloc() 136 arena_dalloc(tsdn_t *tsdn, extent_t *extent, void *ptr, tcache_t *tcache, in arena_dalloc() 169 arena_sdalloc(tsdn_t *tsdn, extent_t *extent, void *ptr, size_t size, in arena_sdalloc()
|
| A D | prof_inlines.h | 77 prof_tctx_get(tsdn_t *tsdn, const extent_t *extent, const void *ptr) in prof_tctx_get() 86 prof_tctx_set(tsdn_t *tsdn, extent_t *extent, const void *ptr, size_t usize, in prof_tctx_set() 96 prof_tctx_reset(tsdn_t *tsdn, extent_t *extent, const void *ptr, in prof_tctx_reset() 157 prof_malloc(tsdn_t *tsdn, extent_t *extent, const void *ptr, size_t usize, in prof_malloc() 173 prof_realloc(tsd_t *tsd, extent_t *extent, const void *ptr, size_t usize, in prof_realloc() 233 prof_free(tsd_t *tsd, const extent_t *extent, const void *ptr, size_t usize) in prof_free()
|
| A D | jemalloc_internal.h | 922 iealloc(tsdn_t *tsdn, const void *ptr) in iealloc() 963 iaalloc(tsdn_t *tsdn, const void *ptr) in iaalloc() 978 isalloc(tsdn_t *tsdn, const extent_t *extent, const void *ptr) in isalloc() 1047 ivsalloc(tsdn_t *tsdn, const void *ptr) in ivsalloc() 1070 idalloctm(tsdn_t *tsdn, extent_t *extent, void *ptr, tcache_t *tcache, in idalloctm() 1086 idalloc(tsd_t *tsd, extent_t *extent, void *ptr) in idalloc() 1093 isdalloct(tsdn_t *tsdn, extent_t *extent, void *ptr, size_t size, in isdalloct() 1100 iralloct_realign(tsdn_t *tsdn, extent_t *extent, void *ptr, size_t oldsize, in iralloct_realign() 1133 iralloct(tsdn_t *tsdn, extent_t *extent, void *ptr, size_t oldsize, size_t size, in iralloct() 1154 iralloc(tsd_t *tsd, extent_t *extent, void *ptr, size_t oldsize, size_t size, in iralloc() [all …]
|
| A D | jemalloc_internal.h.in | 920 iealloc(tsdn_t *tsdn, const void *ptr) 961 iaalloc(tsdn_t *tsdn, const void *ptr) 976 isalloc(tsdn_t *tsdn, const extent_t *extent, const void *ptr) 1045 ivsalloc(tsdn_t *tsdn, const void *ptr) 1068 idalloctm(tsdn_t *tsdn, extent_t *extent, void *ptr, tcache_t *tcache, 1084 idalloc(tsd_t *tsd, extent_t *extent, void *ptr) 1091 isdalloct(tsdn_t *tsdn, extent_t *extent, void *ptr, size_t size, 1098 iralloct_realign(tsdn_t *tsdn, extent_t *extent, void *ptr, size_t oldsize, 1131 iralloct(tsdn_t *tsdn, extent_t *extent, void *ptr, size_t oldsize, size_t size, 1152 iralloc(tsd_t *tsd, extent_t *extent, void *ptr, size_t oldsize, size_t size, [all …]
|
| A D | tcache_inlines.h | 240 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_small() 265 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, size_t size, in tcache_dalloc_large()
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | mem.c | 90 void sdallocx(void *ptr, size_t size, int flags) { in sdallocx() 95 void *ptr = malloc(size + OPENSSL_MALLOC_PREFIX); in OPENSSL_malloc() local 110 void *ptr = ((uint8_t *)orig_ptr) - OPENSSL_MALLOC_PREFIX; in OPENSSL_free() local 122 void *ptr = ((uint8_t *)orig_ptr) - OPENSSL_MALLOC_PREFIX; in OPENSSL_realloc() local 141 void OPENSSL_cleanse(void *ptr, size_t len) { in OPENSSL_cleanse() 168 uint32_t OPENSSL_hash32(const void *ptr, size_t len) { in OPENSSL_hash32()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | junk.c | 25 arena_dalloc_junk_small_intercept(void *ptr, const arena_bin_info_t *bin_info) in arena_dalloc_junk_small_intercept() 40 large_dalloc_junk_intercept(void *ptr, size_t usize) in large_dalloc_junk_intercept() 55 large_dalloc_maybe_junk_intercept(void *ptr, size_t usize) in large_dalloc_maybe_junk_intercept()
|
| /third_party/ulib/musl/src/mman/ |
| A D | munmap.c | 9 uintptr_t ptr = (uintptr_t)start; in __munmap() local
|
| A D | mprotect.c | 10 uintptr_t ptr = (uintptr_t)addr; in __mprotect() local
|
| A D | mmap.c | 60 uintptr_t ptr = 0; in __mmap() local
|
| /third_party/lib/jitterentropy/arch/arm64/ |
| A D | internal.h | 26 static inline void jent_zfree(void* ptr, size_t len) { in jent_zfree()
|
| /third_party/lib/jitterentropy/arch/x86/ |
| A D | internal.h | 33 static inline void jent_zfree(void* ptr, size_t len) { in jent_zfree()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | sdallocx.c | 8 void *ptr = mallocx(64, 0); in TEST_BEGIN() local
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | tre-mem.c | 80 void* ptr; in tre_mem_alloc_impl() local
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acmacros.h | 53 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (UINT8, (ptr)) argument 54 #define ACPI_CAST16(ptr) ACPI_CAST_PTR (UINT16, (ptr)) argument 55 #define ACPI_CAST32(ptr) ACPI_CAST_PTR (UINT32, (ptr)) argument 56 #define ACPI_CAST64(ptr) ACPI_CAST_PTR (UINT64, (ptr)) argument 57 #define ACPI_GET8(ptr) (*ACPI_CAST8 (ptr)) argument 58 #define ACPI_GET16(ptr) (*ACPI_CAST16 (ptr)) argument 59 #define ACPI_GET32(ptr) (*ACPI_CAST32 (ptr)) argument 60 #define ACPI_GET64(ptr) (*ACPI_CAST64 (ptr)) argument 61 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (UINT8) (val)) argument 62 #define ACPI_SET16(ptr, val) (*ACPI_CAST16 (ptr) = (UINT16) (val)) argument [all …]
|
| /third_party/ulib/musl/src/passwd/ |
| A D | getgr_a.c | 47 char* ptr; in __getgr_a() local
|
| /third_party/ulib/musl/src/network/ |
| A D | ns_parse.c | 64 int ns_skiprr(const unsigned char* ptr, const unsigned char* eom, ns_sect section, int count) { in ns_skiprr()
|
| A D | getnameinfo.c | 59 char ptr[PTR_MAX]; in getnameinfo() local
|