Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Done] Memory Management: Buddy Allocator #2674

Merged
merged 46 commits into from
Jul 14, 2017

Commits on Jun 29, 2017

  1. ENH: Add GPU throw error

    gangliao committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    0e6ddcc View commit details
    Browse the repository at this point in the history
  2. ENH: Add Gpu info

    gangliao committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    d3b77a5 View commit details
    Browse the repository at this point in the history
  3. ENH: Add CPU info

    gangliao committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    b29923f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    169022d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68ab1ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6c14f7 View commit details
    Browse the repository at this point in the history
  7. ENH: Add gpu info interface

    gangliao committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    6e7209f View commit details
    Browse the repository at this point in the history
  8. FIX: fix typo in piece.h

    gangliao committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    464886b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26cd0bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb51c3d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    5ff172d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Configuration menu
    Copy the full SHA
    ec9e12a View commit details
    Browse the repository at this point in the history
  2. FIX: yapf format version

    gangliao committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    275e5b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89110fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    929f9cb View commit details
    Browse the repository at this point in the history
  5. ENH: Add Alloc for buddy Allocator

    * Free will be added soon
    gangliao committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    bbd3eab View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Configuration menu
    Copy the full SHA
    4e1617d View commit details
    Browse the repository at this point in the history
  2. ENH: code style

    gangliao committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    ff36389 View commit details
    Browse the repository at this point in the history
  3. Merge conflict

    gangliao committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    fb41350 View commit details
    Browse the repository at this point in the history
  4. Delete cmake in dynload

    gangliao committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    379434b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ba6347 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dc3c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. FIX: glog dependency

    gangliao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    d0ad031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada1c20 View commit details
    Browse the repository at this point in the history
  3. ENH: add memory unit test

    gangliao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    7469178 View commit details
    Browse the repository at this point in the history
  4. FIX: code format

    gangliao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    936cd1e View commit details
    Browse the repository at this point in the history
  5. FIX: dynamic loader deps

    gangliao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    5d2e8ed View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Configuration menu
    Copy the full SHA
    3ad8e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a669bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adf8c95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddfa6cf View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge conflicts

    gangliao committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    1ce2fca View commit details
    Browse the repository at this point in the history
  2. ENH: refine code comments

    gangliao committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    199b5fc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Fix conflicts

    gangliao committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    49fd49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4017ca View commit details
    Browse the repository at this point in the history
  3. FIX: clang-format

    gangliao committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    6a3b841 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f404282 View commit details
    Browse the repository at this point in the history
  5. FIX: merge conflicts

    gangliao committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    383b96f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. ENH: Remove comments

    gangliao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    ff98e3c View commit details
    Browse the repository at this point in the history
  2. Add memory alignment test

    gangliao committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    00572aa View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    ab5fe1e View commit details
    Browse the repository at this point in the history
  2. Merge conflicts

    gangliao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    365b457 View commit details
    Browse the repository at this point in the history
  3. Fix condition compile

    gangliao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    21b7915 View commit details
    Browse the repository at this point in the history
  4. Fix: alignment metric

    gangliao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    ea916c8 View commit details
    Browse the repository at this point in the history
  5. update

    gangliao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    033523e View commit details
    Browse the repository at this point in the history
  6. Follow comments

    gangliao committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    03b3d0d View commit details
    Browse the repository at this point in the history