Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20697
Change subject: IMPALA-11542: Fix LLVM memory manager bytes allocated ...................................................................... IMPALA-11542: Fix LLVM memory manager bytes allocated Previously the bytes_allocated function would undercount memory allocated by the LLVM memory manager, as it allocates memory in full pages but bytes_allocated only tracked the actual storage requested. Implements bytesAllocated in the SectionMemoryManager to access the actual storage size allocated. Change-Id: I5a0193a1694db0718d75651dc2b2f9f92c0d6064 --- M be/src/codegen/SectionMemoryManager.cc M be/src/codegen/SectionMemoryManager.h M be/src/codegen/llvm-codegen-cache-test.cc M be/src/codegen/llvm-codegen-cache.cc M be/src/codegen/llvm-codegen.cc M be/src/codegen/mcjit-mem-mgr.h 6 files changed, 19 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/97/20697/1 -- To view, visit http://gerrit.cloudera.org:8080/20697 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I5a0193a1694db0718d75651dc2b2f9f92c0d6064 Gerrit-Change-Number: 20697 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
