HomeSort by: relevance | last modified time | path
    Searched refs:memalign (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/gpl2/libmalloc/dist/
valloc.c 48 return memalign (pagesize, size);
Makefile 27 gmalloc = valloc.c malloc.c free.c cfree.c realloc.c calloc.c morecore.c memalign.c
28 sources = valloc.c malloc.c free.c cfree.c realloc.c calloc.c morecore.c memalign.c mcheck.c mtrace.c mstats.c vm-limit.c ralloc.c malloc-find.c
29 objects = valloc.o malloc.o free.o cfree.o realloc.o calloc.o morecore.o memalign.o mcheck.o mtrace.o mstats.o vm-limit.o ralloc.o malloc-find.o
memalign.c 1 /* $NetBSD: memalign.c,v 1.1.1.1 2016/01/13 21:42:18 christos Exp $ */
28 memalign (alignment, size) function
malloc.h 109 extern __ptr_t memalign __P ((__malloc_size_t __alignment,
194 /* List of blocks allocated with `memalign' (or `valloc'). */
  /src/external/gpl2/libmalloc/lib/
Makefile 10 SRCS+= memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
  /src/external/gpl3/gcc/dist/libgomp/
alloc.c 70 extern void *memalign (size_t, size_t);
71 ret = memalign (al, size);
  /src/external/gpl3/gcc.old/dist/libgomp/
alloc.c 70 extern void *memalign (size_t, size_t);
71 ret = memalign (al, size);
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
new_opa.cc 35 // Some C libraries declare memalign in <malloc.h>
38 extern "C" void *memalign(std::size_t boundary, std::size_t size);
56 void *memalign(size_t alignment, size_t size);
95 return memalign (al, sz);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
new_opa.cc 35 // Some C libraries declare memalign in <malloc.h>
38 extern "C" void *memalign(std::size_t boundary, std::size_t size);
56 void *memalign(size_t alignment, size_t size);
95 return memalign (al, sz);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc 170 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) {
248 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugK
258 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugL
267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_linux.cpp 98 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) {
174 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugK
184 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugL
193 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
197 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_linux.cpp 98 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) {
174 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugK
184 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugL
193 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
197 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
heaptrace.c 247 __real_memalign = (void*(*)(size_t, size_t))dlsym (dlflag, "memalign");
372 /*------------------------------------------------------------- memalign */
374 memalign (size_t align, size_t size) function
377 if (NULL_PTR (memalign))
381 ret = (void *) CALL_REAL (memalign)(align, size);
387 ret = (void *) CALL_REAL (memalign)(align, size);
393 ret = (void *) CALL_REAL (memalign)(align, size);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
heaptrace.c 247 __real_memalign = (void*(*)(size_t, size_t))dlsym (dlflag, "memalign");
372 /*------------------------------------------------------------- memalign */
374 memalign (size_t align, size_t size) function
377 if (NULL_PTR (memalign))
381 ret = (void *) CALL_REAL (memalign)(align, size);
387 ret = (void *) CALL_REAL (memalign)(align, size);
393 ret = (void *) CALL_REAL (memalign)(align, size);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
sparc64-adi.c 113 haddr = (char*) memalign (MAPSIZE, MAPSIZE);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
sparc64-adi.c 114 haddr = (char*) memalign (MAPSIZE, MAPSIZE);
  /src/lib/librumpuser/
configure.ac 30 getenv_r posix_memalign memalign aligned_alloc \
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_protos.h.in 63 void JEMALLOC_SYS_NOTHROW *@je_@memalign(size_t alignment, size_t size)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_protos.h.in 58 void JEMALLOC_NOTHROW *@je_@memalign(size_t alignment, size_t size)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 143 void *memalign(size_t alignment, size_t size) { function
177 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 184 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 166 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 101 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) {
106 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
  /src/external/bsd/jemalloc/dist/src/
zone.c 29 void *(*memalign)(struct _malloc_zone_t *, size_t, size_t); member in struct:_malloc_zone_t
345 jemalloc_zone.memalign = zone_memalign;
  /src/external/bsd/jemalloc.old/dist/src/
zone.c 29 void *(*memalign)(struct _malloc_zone_t *, size_t, size_t); member in struct:_malloc_zone_t
345 jemalloc_zone.memalign = zone_memalign;

Completed in 30 milliseconds

1 2