Lines Matching defs:base
14 #include "src/base/bits.h"
15 #include "src/base/hashmap-entry.h"
16 #include "src/base/logging.h"
17 #include "src/base/platform/wrappers.h"
20 namespace base {
26 return static_cast<T*>(base::Malloc(length * sizeof(T)));
30 base::Free(p);
145 // matcher and allocator lets us take advantage of an empty base class
363 DCHECK(base::bits::IsPowerOfTwo(capacity()));
400 DCHECK(base::bits::IsPowerOfTwo(capacity));
575 } // namespace base