Searched refs:mem (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dkexec.h46 const void *mem; member in struct:kexec_segment
/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp85 static inline AllocationEntry* to_header(void* mem) { argument
86 return reinterpret_cast<AllocationEntry*>(mem) - 1;
89 static inline const AllocationEntry* const_to_header(const void* mem) { argument
90 return reinterpret_cast<const AllocationEntry*>(mem) - 1;
225 extern "C" void fill_free(void* mem) { argument
226 size_t bytes = g_malloc_dispatch->malloc_usable_size(mem);
227 memset(mem, CHK_FILL_FREE, bytes);
228 g_malloc_dispatch->free(mem);
231 extern "C" void* fill_realloc(void* mem, size_t bytes) { argument
232 size_t oldSize = g_malloc_dispatch->malloc_usable_size(mem);
252 fill_malloc_usable_size(const void* mem) argument
329 leak_free(void* mem) argument
388 leak_malloc_usable_size(const void* mem) argument
[all...]
H A Dmalloc_debug_qemu.cpp729 extern "C" void qemu_instrumented_free(void* mem) { argument
732 if (mem == NULL) {
734 g_malloc_dispatch->free(mem);
739 if (query_qemu_malloc_info(mem, &desc, 1)) {
741 malloc_pid, getpid(), mem);
752 if (mem != mallocdesc_user_ptr(&desc)) {
754 malloc_pid, getpid(), mem);
759 if (notify_qemu_free(mem)) {
761 malloc_pid, getpid(), mem);
764 malloc_pid, getpid(), mem);
854 qemu_instrumented_realloc(void* mem, size_t bytes) argument
[all...]
H A Dmalloc_debug_common.cpp250 extern "C" void free(void* mem) { argument
251 __libc_malloc_dispatch->free(mem);
262 extern "C" size_t malloc_usable_size(const void* mem) { argument
263 return __libc_malloc_dispatch->malloc_usable_size(mem);
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c209 void tlfree(void* mem) { mspace_free(tlms, mem); }
1334 DLMALLOC_EXPORT void mspace_free(mspace msp, void* mem);
1345 DLMALLOC_EXPORT void* mspace_realloc(mspace msp, void* mem, size_t newsize);
1397 DLMALLOC_EXPORT size_t mspace_usable_size(const void* mem);
2076 mem-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2089 mem-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2098 mem-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2111 mem-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2126 Chunks always begin on even word boundaries, so the mem portio
3301 do_check_malloced_chunk(mstate m, void* mem, size_t s) argument
4061 void* mem = mmap_alloc(m, nb); local
4595 void* mem; local
4704 dlfree(void* mem) argument
4814 void* mem; local
4913 void* mem = 0; local
5002 void* mem; /* malloced aggregate space */ local
5125 void* mem = *a; local
5208 void* mem = 0; local
5253 void* mem = 0; local
5291 void* mem = 0; local
5414 dlmalloc_usable_size(const void* mem) argument
5538 void* mem; local
5645 mspace_free(mspace msp, void* mem) argument
5747 void* mem; local
5767 void* mem = 0; local
5812 void* mem = 0; local
5991 mspace_usable_size(const void* mem) argument
[all...]
H A Dmalloc.h594 void mspace_free(mspace msp, void* mem);
596 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
597 void* mspace_realloc_in_place(mspace msp, void* mem, size_t newsize);
604 size_t mspace_usable_size(const void* mem);
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsetup.h130 struct tag_mem32 mem; member in union:tag::__anon68

Completed in 2975 milliseconds