Home
last modified time | relevance | path

Searched refs:cmd_heap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/trusty/lk/lib/heap/
Dheap_wrapper.c294 static int cmd_heap(int argc, const cmd_args *argv);
297 STATIC_COMMAND("heap", "heap debug commands", &cmd_heap)
300 static int cmd_heap(int argc, const cmd_args *argv) in cmd_heap() function