History log of /fuchsia/zircon/kernel/lib/heap/cmpctmalloc/include/lib/cmpctmalloc.h
Revision Date Author Comments
# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 98809c46 23-Aug-2017 Dave Bort <dbort@google.com>

[cmpctmalloc] clang-format; no functional changes

In preparation for some upcoming work and documentation

Change-Id: Ie3bf964a5485defcd7238cde8be2ecb6c448d5f8


# 2c876f99 15-Aug-2017 Travis Geiselbrecht <travisg@google.com>

[kernel][headers] flip remaining headers to #pragma once

Mostly older LK code that wasn't using it.

Change-Id: I57464f1621f8d5b06601a90cf1d6e4124916762d


# 485df13a 07-Jun-2017 Dave Bort <dbort@google.com>

[kernel][heap] Add heap_get_info() for total/free size

For MG-819: "Tool to print kernel memory usage"

Change-Id: I503368f42202e1c2a759b78c003ce3ffa12ab4fe


# 4b81159d 03-Mar-2017 Travis Geiselbrecht <travisg@google.com>

[kernel][heap] add ability to dump the heap info at panic time

Should be helpful to try to determine what is going on if the heap has
exploded.

Change-Id: If22f400ae7031664af3b16786bbb95185aa90189


# 9b7c44af 25-Aug-2016 John Grossman <johngro@google.com>

[system] Merge kernel compiler.h with global compiler.h

Change-Id: Ia9f35fdb5321c82a3f844510ca93aada81d2f8c9


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit