Hacker News
- The “too small to fail” memory-allocation rule http://lwn.net/Articles/627419/ 68 comments
- The memory remains: Permanent memory with systemd and a Rust allocator https://darkcoding.net/software/rust-systemd-memory-remains/ 76 comments
- Optimization Tricks used by the Lockless Memory Allocator http://locklessinc.com/articles/allocator_tricks/ 4 comments
- Show HN: Reducing memory allocs in convoy's flatten pkg https://medium.com/@danvixent/optimising-convoys-flatten-package-550fa4ae74fe 2 comments
- Nvidia GeForce GTX 970: Correcting the Specs and Exploring Memory Allocation http://anandtech.com/show/8935/geforce-gtx-970-correcting-the-specs-exploring-memory-allocation 43 comments
Lobsters
- How to allocate memory http://geocar.sdf1.org/alloc.html 12 comments c , programming
- What is an "arena" in memory allocation? https://gist.github.com/attractivechaos/862fb6e58147b47c9d16bf2d9e12445f 18 comments c_programming
- When allocating unused memory boosts performance by 2x https://quickwit.io/blog/performance-investigation 11 comments programming
- When allocating unused memory boosts performance by 2x https://quickwit.io/blog/performance-investigation 10 comments rust
- Rust way of dealing with memory allocation https://cstack.github.io/db_tutorial/ 32 comments rust
- CppCast: Reducing Memory Allocations https://cppcast.com/reducing-memory-allocations/ 8 comments cpp
- Memory Management and Allocation https://medium.com/@blanchon.vincent/go-memory-management-and-allocation-a7396d430f44 11 comments golang
- Nvidia generic memory allocator in nouveau https://xdc2019.x.org/event/5/contributions/335/attachments/426/677/generic_allocator_in_nouveau.pdf 12 comments linux
- Linux - Allocate more memory? https://www.reddit.com/r/docker/comments/adcoxt/linux_allocate_more_memory/ 10 comments docker
- Memory allocation crash in Piston https://www.reddit.com/r/rust/comments/abq8vz/memory_allocation_crash_in_piston/ 9 comments rust
- Write a simple memory allocator http://arjunsreedharan.org/post/148675821737/write-a-simple-memory-allocator 5 comments programming
- String Concatenation vs Memory Allocation http://blog.cumps.be/string-concatenation-vs-memory-allocation/ 7 comments programming
- Dynamic memory allocation. Spot the issue. https://pastebin.com/PQkC3sji 6 comments cprogramming
- Regression in gcc's memory allocation elision optimization? https://www.reddit.com/r/cpp/comments/ics6dj/regression_in_gccs_memory_allocation_elision/ 6 comments cpp
- Trace C library unmanaged memory allocations https://www.reddit.com/r/csharp/comments/i7mfyx/trace_c_library_unmanaged_memory_allocations/ 3 comments csharp
- Nvidia’s GTX970 has a rather serious memory allocation bug http://www.lazygamer.net/general-news/nvidias-gtx970-has-a-rather-serious-memory-allocation-bug/ 67 comments nvidia
- Garbage Collection and Memory Allocation Sizes http://bitsquid.blogspot.com/2013/01/garbage-collection-and-memory.html 61 comments programming
- Is there a way to mark a chunk of allocated memory readonly? http://stackoverflow.com/q/14931477/1288 7 comments cpp
- A note and a question about something I've just learned regarding the scope of memory allocation in C http://codepad.org/bvZlwYLU 3 comments learnprogramming
- A visual guide to Go Memory Allocator from scratch (Golang) https://blog.ankuranand.com/2019/02/20/a-visual-guide-to-golang-memory-allocator-from-ground-up/ 3 comments golang
- Free memory allocated from C through FFI https://www.reddit.com/r/rust/comments/9wk0jy/free_memory_allocated_from_c_through_ffi/ 9 comments rust
- Go runtime's 512GB memory allocation limit lifted https://github.com/golang/go/commit/2b415549b813ba36caafa34fc34d72e47ee8335c 39 comments golang
- [Mesa-dev] GBM and the Device Memory Allocator Proposals https://lists.freedesktop.org/archives/mesa-dev/2017-november/177632.html 6 comments linux
- Allocate memory inside a function or outside? (C/C++) https://www.reddit.com/r/learnprogramming/comments/7966ak/allocate_memory_inside_a_function_or_outside_cc/ 6 comments learnprogramming
- Measure memory allocation cost, by eliminating it http://upcoder.com/15/measure-memory-allocation-cost-by-eliminating-it 6 comments cpp
- [C++] Dynamic memory allocation in binary search trees https://gist.github.com/mycodeschool/44e1a9183ab0e931f729 3 comments learnprogramming
- Memory Management Part 3: Memory Allocators Design (C++) http://jfdube.wordpress.com/2011/10/22/memory-management-part-3-memory-allocators-design/ 12 comments programming
- Get Memory Allocation Error with Ada 2022 Big Integers https://github.com/octonion/puzzles/tree/master/twitter/construction 4 comments ada
- I have some questions about the Arduino memory allocation - stack, heap, malloc(), etc... https://www.reddit.com/r/arduino/comments/ipxt3s/i_have_some_questions_about_the_arduino_memory/ 11 comments arduino
- [C] Managing and allocating memory for large string arrays? https://www.reddit.com/r/learnprogramming/comments/dcsxs4/c_managing_and_allocating_memory_for_large_string/ 15 comments learnprogramming
- Echo, Fast HTTP router (zero memory allocation) and micro web framework, has released version 1.0, production ready http://labstack.com/blog/echo-production-ready/ 7 comments sysadmin
- Identify which Java classes are responsible for the memory being allocated in an application http://wiki.github.com/mchr3k/org.inmemprofiler/identifying-memory-allocators 9 comments programming
- A deep dive into the Go memory allocator and garbage collector https://about.sourcegraph.com/go/gophercon-2018-allocator-wrestling/ 13 comments golang
- Ask: Given ownership, could the memory allocator be compacting? What other optimizations could be done if we can move allocations after the fact? https://www.reddit.com/r/rust/comments/7vnofd/ask_given_ownership_could_the_memory_allocator_be/ 28 comments rust
- Memory allocation functions can give you more memory than you ask for, and you are welcome to use the freebies too, but watch out for the free lunch http://blogs.msdn.com/b/oldnewthing/archive/2012/03/16/10283988.aspx 173 comments programming