HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorOptions (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 34 struct AllocatorOptions {
46 void initAllocator(const AllocatorOptions &options);
scudo_allocator.cpp 186 AllocatorOptions Options;
246 void AllocatorOptions::setFrom(const Flags *f, const CommonFlags *cf) {
255 void AllocatorOptions::copyTo(Flags *f, CommonFlags *cf) const {
287 void init(const AllocatorOptions &Options) {
530 void initAllocator(const AllocatorOptions &Options) {
  /external/compiler-rt/lib/asan/
asan_allocator.h 34 struct AllocatorOptions {
45 void InitializeAllocator(const AllocatorOptions &options);
46 void ReInitializeAllocator(const AllocatorOptions &options);
47 void GetAllocatorOptions(AllocatorOptions *options);
asan_activation.cc 26 AllocatorOptions allocator_options;
108 AllocatorOptions disabled = asan_deactivated_flags.allocator_options;
asan_allocator.cc 208 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
216 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
246 void CheckOptions(const AllocatorOptions &options) const {
254 void SharedInitCode(const AllocatorOptions &options) {
264 void Initialize(const AllocatorOptions &options) {
269 void ReInitialize(const AllocatorOptions &options) {
274 void GetOptions(AllocatorOptions *options) const {
695 void InitializeAllocator(const AllocatorOptions &options) {
699 void ReInitializeAllocator(const AllocatorOptions &options) {
703 void GetAllocatorOptions(AllocatorOptions *options)
    [all...]
asan_rtl.cc 515 AllocatorOptions allocator_options;

Completed in 901 milliseconds