allocation_record   82 src/runtime/hexagon_remote/host_malloc.cpp     allocation_record *next;
allocation_record   91 src/runtime/hexagon_remote/host_malloc.cpp allocation_record allocations = { NULL, };
allocation_record  171 src/runtime/hexagon_remote/host_malloc.cpp     allocation_record *rec = (allocation_record *)malloc(sizeof(allocation_record));
allocation_record  204 src/runtime/hexagon_remote/host_malloc.cpp     allocation_record *rec = &allocations;
allocation_record  206 src/runtime/hexagon_remote/host_malloc.cpp         allocation_record *cur = rec;