• Austin Clements's avatar
    Always give kalloc's a label · 49def062
    Austin Clements 提交于
    I hadn't realized before that mscan tracks "block" labels and "type"
    labels separately and prefers type labels over block labels.  So, in
    fact, kalloc's should always be labeled (using block labels) and
    suballocations from these blocks should also be labeled (using type
    labels).
    49def062
kmalloc.cc 3.1 KB