zoukankan      html  css  js  c++  java
  • A nonrecursive list compacting algorithm

    A nonrecursive list compacting algorithm

    Each Erlang process has its own stack and heap which are allocated in the same memory block and grow towards each other. When the stack and the heap meet, the garbage collector is triggered and memory is reclaimed. If not enough memory was reclaimed, the heap will grow.

    https://www.erlang-solutions.com/blog/erlang-garbage-collector.html#cheney

  • 相关阅读:
    正则表达式
    抽象
    面向对象
    this关键字
    http协议
    URL
    Ajax
    PHP命名空间
    PDO
    异常
  • 原文地址:https://www.cnblogs.com/rsapaper/p/9269570.html
Copyright © 2011-2022 走看看