search for: malloc_zone_statistics

Displaying 20 results from an estimated 37 matches for "malloc_zone_statistics".

2008 Nov 12
0
[LLVMdev] [PATCH] Enable malloc_zone_statistics() in Mac OS X (cmake)
For Mac OS X, we have malloc_zone_statistics() defined <malloc/malloc.h>, however, if we don't define HAVE_MALLOC_ZONE_STATISTICS, that function won't be used and we will get warnings like: lib/System/Unix/Process.inc:68:2: warning: #warning Cannot get malloc info on this platform This patch enables this function in cmake buil...
2012 Oct 12
2
[LLVMdev] cmake+ninja build error for compiler-rt sources
...- Looking for siglongjmp -- Looking for siglongjmp - found -- Looking for sigsetjmp -- Looking for sigsetjmp - found -- Looking for writev -- Looking for writev - found -- Looking for nearbyintf -- Looking for nearbyintf - found -- Looking for mallinfo -- Looking for mallinfo - found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - not found -- Looking for mkdtemp -- Looking for mkdtemp - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for mktemp -- Looking for mktemp - found -- Looking for closedir -- Looking for closedir - found -- Looking for opendir -- Looking...
2012 Oct 13
2
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
...jmp > > -- Looking for sigsetjmp - found > > -- Looking for writev > > -- Looking for writev - found > > -- Looking for nearbyintf > > -- Looking for nearbyintf - found > > -- Looking for mallinfo > > -- Looking for mallinfo - found > > -- Looking for malloc_zone_statistics > > -- Looking for malloc_zone_statistics - not found > > -- Looking for mkdtemp > > -- Looking for mkdtemp - found > > -- Looking for mkstemp > > -- Looking for mkstemp - found > > -- Looking for mktemp > > -- Looking for mktemp - found > > -- Lookin...
2012 Oct 12
0
[LLVMdev] cmake+ninja build error for compiler-rt sources
...ngjmp - found > -- Looking for sigsetjmp > -- Looking for sigsetjmp - found > -- Looking for writev > -- Looking for writev - found > -- Looking for nearbyintf > -- Looking for nearbyintf - found > -- Looking for mallinfo > -- Looking for mallinfo - found > -- Looking for malloc_zone_statistics > -- Looking for malloc_zone_statistics - not found > -- Looking for mkdtemp > -- Looking for mkdtemp - found > -- Looking for mkstemp > -- Looking for mkstemp - found > -- Looking for mktemp > -- Looking for mktemp - found > -- Looking for closedir > -- Looking for close...
2011 Oct 25
0
[LLVMdev] [LLVMDev] Clang stopped compiling?
On Oct 25, 2011, at 6:09 AM, Marcello Maggioni wrote: > Hi, I'm trying to compile the latest clang/llvm SVN versions and I get > this error on multiple systems : Linking, not compiling, but still. I am getting a similar error when building this morning. > Undefined symbols for architecture x86_64: > "clang::Sema::checkPseudoObjectRValue(clang::Expr*)", referenced
2012 Oct 13
0
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
...sigsetjmp - found >> > -- Looking for writev >> > -- Looking for writev - found >> > -- Looking for nearbyintf >> > -- Looking for nearbyintf - found >> > -- Looking for mallinfo >> > -- Looking for mallinfo - found >> > -- Looking for malloc_zone_statistics >> > -- Looking for malloc_zone_statistics - not found >> > -- Looking for mkdtemp >> > -- Looking for mkdtemp - found >> > -- Looking for mkstemp >> > -- Looking for mkstemp - found >> > -- Looking for mktemp >> > -- Looking for mktemp...
2011 Jan 05
0
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
Eric Christopher <echristo at apple.com> writes: >>> Or cleanup both headers from unused stuff by Eric's >>> suggestion? >> >> I'm not sure this is a good idea (not that it is bad either). Murphy's >> Law says that a function that you remove today will be used tomorrow. > > I meant literally functions that aren't used in the
2011 Jan 05
2
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
On Jan 5, 2011, at 6:34 AM, Óscar Fuentes wrote: > arrowdodger <6yearold at gmail.com> writes: > >>> Or to say it with other words: patches welcome. >> >> So, how should i proceed? Make CMake-generated config to be identical to >> autotools one? > > That would be a good thing. > > Please note that some checks are a bit tricky. A function that
2012 Oct 13
2
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
...t; -- Looking for writev > >> > -- Looking for writev - found > >> > -- Looking for nearbyintf > >> > -- Looking for nearbyintf - found > >> > -- Looking for mallinfo > >> > -- Looking for mallinfo - found > >> > -- Looking for malloc_zone_statistics > >> > -- Looking for malloc_zone_statistics - not found > >> > -- Looking for mkdtemp > >> > -- Looking for mkdtemp - found > >> > -- Looking for mkstemp > >> > -- Looking for mkstemp - found > >> > -- Looking for mktemp >...
2011 Jan 05
4
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
...df strtof round ]) AC_CHECK_FUNCS([getpagesize getrusage getrlimit setrlimit gettimeofday ]) AC_CHECK_FUNCS([isatty mkdtemp mkstemp ]) AC_CHECK_FUNCS([mktemp posix_spawn realpath sbrk setrlimit strdup ]) AC_CHECK_FUNCS([strerror strerror_r strerror_s setenv ]) AC_CHECK_FUNCS([strtoll strtoq sysconf malloc_zone_statistics ]) AC_CHECK_FUNCS([setjmp longjmp sigsetjmp siglongjmp]) contains most of them. If they're non-trivial (like the ones I needed to add for OSX functionality) that's a different story. > IMHO removing configure checks because they are not used by the codebase > right now is not an imp...
2011 Oct 25
2
[LLVMdev] [LLVMDev] Clang stopped compiling?
Hi, I'm trying to compile the latest clang/llvm SVN versions and I get this error on multiple systems : (Compiling with gcc): llvm[4]: Compiling cc1_main.cpp for Debug+Asserts build llvm[4]: Compiling cc1as_main.cpp for Debug+Asserts build llvm[4]: Compiling driver.cpp for Debug+Asserts build llvm[4]: Linking Debug+Asserts executable clang
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...s - not found > -- Looking for futimes > -- Looking for futimes - found > -- Looking for writev > -- Looking for writev - found > -- Looking for nearbyintf > -- Looking for nearbyintf - found > -- Looking for mallinfo > -- Looking for mallinfo - not found > -- Looking for malloc_zone_statistics > -- Looking for malloc_zone_statistics - found > -- Looking for mkdtemp > -- Looking for mkdtemp - found > -- Looking for mkstemp > -- Looking for mkstemp - found > -- Looking for mktemp > -- Looking for mktemp - found > -- Looking for closedir > -- Looking for closedir...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...- Looking for futimens -- Looking for futimens - not found -- Looking for futimes -- Looking for futimes - found -- Looking for writev -- Looking for writev - found -- Looking for nearbyintf -- Looking for nearbyintf - found -- Looking for mallinfo -- Looking for mallinfo - not found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - found -- Looking for mkdtemp -- Looking for mkdtemp - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for mktemp -- Looking for mktemp - found -- Looking for closedir -- Looking for closedir - found -- Looking for opendir -- Looking for...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...s > > -- Looking for futimes - found > > -- Looking for writev > > -- Looking for writev - found > > -- Looking for nearbyintf > > -- Looking for nearbyintf - found > > -- Looking for mallinfo > > -- Looking for mallinfo - not found > > -- Looking for malloc_zone_statistics > > -- Looking for malloc_zone_statistics - found > > -- Looking for mkdtemp > > -- Looking for mkdtemp - found > > -- Looking for mkstemp > > -- Looking for mkstemp - found > > -- Looking for mktemp > > -- Looking for mktemp - found > > -- Looking fo...
2012 Oct 16
0
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
...>> >> > -- Looking for writev - found >> >> > -- Looking for nearbyintf >> >> > -- Looking for nearbyintf - found >> >> > -- Looking for mallinfo >> >> > -- Looking for mallinfo - found >> >> > -- Looking for malloc_zone_statistics >> >> > -- Looking for malloc_zone_statistics - not found >> >> > -- Looking for mkdtemp >> >> > -- Looking for mkdtemp - found >> >> > -- Looking for mkstemp >> >> > -- Looking for mkstemp - found >> >> > --...
2016 Feb 25
2
Building with LLVM_PARALLEL_XXX_JOBS
...- found -- Looking for futimens -- Looking for futimens - found -- Looking for futimes -- Looking for futimes - found -- Looking for writev -- Looking for writev - found -- Looking for mallctl -- Looking for mallctl - not found -- Looking for mallinfo -- Looking for mallinfo - found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - not found -- Looking for mkdtemp -- Looking for mkdtemp - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for mktemp -- Looking for mktemp - found -- Looking for closedir -- Looking for closedir - found -- Looking for opendir -- Looking...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
This file is for configure+make build, not CMake, so I'm not sure why it's being included into your build (these failures aren't reproducible for me). Can you please list the exact steps you're doing to build LLVM with CMake and make sure you don't have additional CFLAGS (LDFLAGS etc) defined? On Mon, Nov 11, 2013 at 6:16 PM, Jack Howarth <howarth at bromo.med.uc.edu>
2017 Mar 25
5
Modules Maintaining or Removing
Hallo all, I was trying to Build LLVM with the cmake option LLVM_ENABLE_MODULES just out of curiosity. I used the RELEASE_400/final tag. It didn't work as I almost expected. So I'm wondering if the modulemaps aren't maintained anymore? If they aren't maintained anymore, why aren't they removed and that cmake option also removed?
2017 Mar 05
3
Error in Windows build from release_40 branch
Hi, I'm trying to do a build and install on Windows 10 with Visual Studio 2015 Community Edition for the X86 and ARM targets, from the current release_40 branch. While compilation completes without error, the INSTALL target fails with the following error: 54> CMake Error at projects/compiler-rt/lib/builtins/cmake_install.cmake:34 (file): 54> file INSTALL cannot find 54>
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
...posix_fallocate -- Looking for posix_fallocate - found -- Looking for sigaltstack -- Looking for sigaltstack - found -- Looking for lseek64 -- Looking for lseek64 - found -- Looking for mallctl -- Looking for mallctl - not found -- Looking for mallinfo -- Looking for mallinfo - found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - not found -- Looking for getrlimit -- Looking for getrlimit - found -- Looking for posix_spawn -- Looking for posix_spawn - found -- Looking for pread -- Looking for pread - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for strerror -- Look...