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

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 34 struct AllocatorOptions {
46 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);

Completed in 800 milliseconds