Displaying 9 results from an estimated 9 matches for "rehashtable".
Did you mean:
hashtable
2011 Mar 15
10
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
This series of patches address several issues causing memory usage to grow
indefinetely on a long lived process.
These are not convenional leaks -- memory would have been freed when the LLVM
context or/and JIT engine is destroyed -- but for as long as they aren't the
memory is usage effectively ubounded.
The issues were found using valgrind with '--show-reachable=yes' option:
1.
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...AILURE_TYPE FailureType, void *
HeapAddress, void * Address, void * Param1, void * Param2, void * Param3)
Line 158 C
ntdll.dll!RtlFreeHeap(void * HeapHandle, unsigned long Flags, void *
BaseAddress) Line 352 C
ucrtbase.dll!_free_base(void * block) Line 105 C++
XXXTest.exe!llvm::StringMapImpl::RehashTable(unsigned int BucketNo) Line
238 C++
XXXTest.exe!llvm::StringMap<llvm::ConstantDataSequential *
__ptr64,llvm::MallocAllocator>::insert(std::pair<llvm::StringRef,llvm::ConstantDataSequential
*> KV) Line 344 C++
[Inline Frame] XXXTest.exe!llvm::StringMap<llvm::Value
*,llvm::MallocAl...
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...*
> HeapAddress, void * Address, void * Param1, void * Param2, void * Param3)
> Line 158 C
> ntdll.dll!RtlFreeHeap(void * HeapHandle, unsigned long Flags, void *
> BaseAddress) Line 352 C
> ucrtbase.dll!_free_base(void * block) Line 105 C++
> XXXTest.exe!llvm::StringMapImpl::RehashTable(unsigned int BucketNo)
> Line 238 C++
> XXXTest.exe!llvm::StringMap<llvm::ConstantDataSequential *
> __ptr64,llvm::MallocAllocator>::insert(std::pair<llvm::StringRef,llvm::ConstantDataSequential
> *> KV) Line 344 C++
> [Inline Frame] XXXTest.exe!llvm::StringMap<llv...
2016 Mar 25
2
Link error on Linux
...vm::MallocAllocator>::insert(std::pair<llvm::StringRef, long>)':
/home/a/llvm/include/llvm/ADT/StringMap.h:331: undefined reference to
`llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)'
/home/a/llvm/include/llvm/ADT/StringMap.h:344: undefined reference to
`llvm::StringMapImpl::RehashTable(unsigned int)'
aklo-aklo.o: In function `llvm::raw_ostream::operator<<(char const*)':
/home/a/llvm/include/llvm/Support/raw_ostream.h:166: undefined reference to
`llvm::raw_ostream::write(char const*, unsigned long)'
aklo-aklo.o: In function `llvm::raw_ostream::operator<<(st...
2016 Mar 25
3
Link error on Linux
...r<llvm::StringRef, long>)':
> > /home/a/llvm/include/llvm/ADT/StringMap.h:331: undefined reference to
> > `llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)'
> > /home/a/llvm/include/llvm/ADT/StringMap.h:344: undefined reference to
> > `llvm::StringMapImpl::RehashTable(unsigned int)'
> > aklo-aklo.o: In function `llvm::raw_ostream::operator<<(char const*)':
> > /home/a/llvm/include/llvm/Support/raw_ostream.h:166: undefined reference
> to
> > `llvm::raw_ostream::write(char const*, unsigned long)'
> > aklo-aklo.o: In fun...
2016 Mar 25
0
Link error on Linux
...gt;::insert(std::pair<llvm::StringRef, long>)':
> /home/a/llvm/include/llvm/ADT/StringMap.h:331: undefined reference to
> `llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)'
> /home/a/llvm/include/llvm/ADT/StringMap.h:344: undefined reference to
> `llvm::StringMapImpl::RehashTable(unsigned int)'
> aklo-aklo.o: In function `llvm::raw_ostream::operator<<(char const*)':
> /home/a/llvm/include/llvm/Support/raw_ostream.h:166: undefined reference to
> `llvm::raw_ostream::write(char const*, unsigned long)'
> aklo-aklo.o: In function `llvm::raw_ostream:...
2016 Mar 25
2
Link error on Linux
...gRef, long>)':
>> > /home/a/llvm/include/llvm/ADT/StringMap.h:331: undefined reference to
>> > `llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)'
>> > /home/a/llvm/include/llvm/ADT/StringMap.h:344: undefined reference to
>> > `llvm::StringMapImpl::RehashTable(unsigned int)'
>> > aklo-aklo.o: In function `llvm::raw_ostream::operator<<(char const*)':
>> > /home/a/llvm/include/llvm/Support/raw_ostream.h:166: undefined
>> reference to
>> > `llvm::raw_ostream::write(char const*, unsigned long)'
>> >...
2016 Mar 25
0
Link error on Linux
...r<llvm::StringRef, long>)':
> > /home/a/llvm/include/llvm/ADT/StringMap.h:331: undefined reference to
> > `llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)'
> > /home/a/llvm/include/llvm/ADT/StringMap.h:344: undefined reference to
> > `llvm::StringMapImpl::RehashTable(unsigned int)'
> > aklo-aklo.o: In function `llvm::raw_ostream::operator<<(char const*)':
> > /home/a/llvm/include/llvm/Support/raw_ostream.h:166: undefined reference to
> > `llvm::raw_ostream::write(char const*, unsigned long)'
> > aklo-aklo.o: In function...
2016 Mar 25
0
Link error on Linux
...gRef, long>)':
>> > /home/a/llvm/include/llvm/ADT/StringMap.h:331: undefined reference to
>> > `llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)'
>> > /home/a/llvm/include/llvm/ADT/StringMap.h:344: undefined reference to
>> > `llvm::StringMapImpl::RehashTable(unsigned int)'
>> > aklo-aklo.o: In function `llvm::raw_ostream::operator<<(char const*)':
>> > /home/a/llvm/include/llvm/Support/raw_ostream.h:166: undefined reference to
>> > `llvm::raw_ostream::write(char const*, unsigned long)'
>> > aklo-akl...