CPU free memory error
Created by: gangliao
Allocation:
92: I0816 20:35:48.884296 3000099776 buddy_allocator.cc:238] Split block (0x10963d000, 536870912) into
92: I0816 20:35:48.884300 3000099776 buddy_allocator.cc:242] Left block (0x10963d000, 4096)
92: I0816 20:35:48.884305 3000099776 buddy_allocator.cc:249] Insert right block (0x10963e000, 536866816)
92: I0816 20:35:48.884318 3000099776 buddy_allocator.cc:54] Allocate 8 bytes from chunk size 4096
92: I0816 20:35:48.884322 3000099776 buddy_allocator.cc:73] Allocation from existing memory block 0x10963e000 at address 0x10963e040
92: I0816 20:35:48.884325 3000099776 buddy_allocator.cc:238] Split block (0x10963e000, 536866816) into
92: I0816 20:35:48.884328 3000099776 buddy_allocator.cc:242] Left block (0x10963e000, 4096)
92: I0816 20:35:48.884331 3000099776 buddy_allocator.cc:249] Insert right block (0x10963f000, 536862720)
92: I0816 20:35:48.884338 3000099776 buddy_allocator.cc:54] Allocate 32 bytes from chunk size 4096
92: I0816 20:35:48.884342 3000099776 buddy_allocator.cc:73] Allocation from existing memory block 0x10963f000 at address 0x10963f040
92: I0816 20:35:48.884346 3000099776 buddy_allocator.cc:238] Split block (0x10963f000, 536862720) into
92: I0816 20:35:48.884349 3000099776 buddy_allocator.cc:242] Left block (0x10963f000, 4096)
92: I0816 20:35:48.884352 3000099776 buddy_allocator.cc:249] Insert right block (0x109640000, 536858624)
Free:
92: I0816 20:35:48.884398 3000099776 buddy_allocator.cc:30] BuddyAllocator Disconstructor makes sure that all of thesehave actually been freed
92: I0816 20:35:48.884402 3000099776 buddy_allocator.cc:34] Free from block (0x109640000, 536870912)
There is a memory bug since free from 0x109640000
and size is 536870912
, it should not be536858624