aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/memory_map
AgeCommit message (Expand)AuthorFilesLines
2019-10-24refactoringChris Lu7-648/+0
2019-10-23refactoringChris Lu3-0/+257
2019-10-22refactor memory map related codeChris Lu4-35/+41
2019-10-01Make releaseMemory private and return byte array instead, fix other platform ...j.laycock2-15/+19
2019-09-20limit locking physical memory to 80% of max physical memoryj.laycock1-13/+64
2019-09-19minor change to setProcessWorkingSetSize functionj.laycock1-4/+4
2019-09-11Add some comments/documentationj.laycock1-1/+7
2019-09-10Remove Finalizerj.laycock1-2/+0
2019-09-10Virtual lock memory pages and Set Process Working set size to hint to windows...j.laycock1-24/+79
2019-09-05rename mem_buffer to mBufferj.laycock2-20/+20
2019-09-05Allocate in 16MB chunks, make creation of memory maps always aligned to 16MB ...j.laycock1-5/+12
2019-09-04Rename End_of_file variable, implement platform indepenent memory_map.goj.laycock2-7/+26
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ...j.laycock2-24/+47
2019-08-30Refactor to pass memory maps by reference instead of value, fix memory maps n...j.laycock1-16/+14
2019-08-30Overload createFile function, expose File in memory_map struct, delete from m...j.laycock1-3/+3
2019-08-30use Os.File/uintptr instead of windows.Handle in memory map structj.laycock1-16/+16
2019-08-30Move memory_map_windows to new folder, intercept most of the read and write c...j.laycock1-0/+224