Add rocr namespace to core header and impl files

Change-Id: I1e1b33f9bba1078d049bc19797889988c3e43360
Цей коміт міститься в:
Ramesh Errabolu
2020-06-06 22:16:03 -05:00
зафіксовано Sean Keely
джерело 99e2942949
коміт fa13208698
86 змінених файлів з 376 додано та 187 видалено
+4
Переглянути файл
@@ -42,6 +42,8 @@
#include "small_heap.h"
namespace rocr {
// Inserts node into freelist after place.
// Assumes node will not be an end of the list (list has guard nodes).
void SmallHeap::insertafter(SmallHeap::iterator_t place, SmallHeap::iterator_t node) {
@@ -179,3 +181,5 @@ void* SmallHeap::alloc_high(size_t bytes) {
// Can't service the request due to fragmentation
return nullptr;
}
} // namespace rocr