Searched refs:Allocator (Results 151 - 175 of 554) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Daclclient.cpp105 Allocator &alloc;
129 : alloc(Allocator::standard()),
227 Allocator& allocator) : KeychainCredentials(allocator)
239 Allocator& allocator) : KeychainCredentials(allocator)
278 AclFactory::Subject::Subject(Allocator &alloc, CSSM_ACL_SUBJECT_TYPE type)
283 AclFactory::PWSubject::PWSubject(Allocator &alloc)
287 AclFactory::PWSubject::PWSubject(Allocator &alloc, const CssmData &secret)
293 AclFactory::PromptPWSubject::PromptPWSubject(Allocator &alloc, const CssmData &prompt)
299 AclFactory::PromptPWSubject::PromptPWSubject(Allocator &alloc, const CssmData &prompt, const CssmData &secret)
306 AclFactory::ProtectedPWSubject::ProtectedPWSubject(Allocator
[all...]
H A Dtpclient.h94 Allocator &alloc = Allocator::standard());
96 Allocator &allocator;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmlist.h63 explicit ListElement(Allocator &alloc, const CssmData &data);
64 explicit ListElement(Allocator &alloc, const std::string &stringData);
96 void *operator new (size_t size, Allocator &alloc)
99 void clear(Allocator &alloc); // free my contents
105 inline void destroy(ListElement *elem, Allocator &alloc)
145 void clear(Allocator &alloc); // free my contents
150 inline void destroy(CssmList *list, Allocator &alloc)
165 TypedList(Allocator &alloc, CSSM_WORDID_TYPE type);
166 TypedList(Allocator &alloc, CSSM_WORDID_TYPE type, ListElement *elem1);
167 TypedList(Allocator
[all...]
H A Dcssmalloc.h81 // A Allocator based on CssmMemoryFunctions
83 class CssmMemoryFunctionsAllocator : public Allocator {
99 // A MemoryFunctions object based on a Allocator.
100 // Note that we don't copy the Allocator object. It needs to live (at least)
105 CssmAllocatorMemoryFunctions(Allocator &alloc);
114 static Allocator &allocator(void *ref) throw()
115 { return *reinterpret_cast<Allocator *>(ref); }
126 CssmVector(uint32 &cnt, Base * &vec, Allocator &alloc = Allocator::standard()) argument
138 Allocator
[all...]
H A Dacl_any.h47 CssmList toList(Allocator &alloc) const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDKey.h68 void getOwner(CSSM_ACL_OWNER_PROTOTYPE &owner, Allocator &allocator);
72 AclEntryInfo *&aclInfos, Allocator &allocator);
77 Allocator &mAllocator;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp68 class Allocator, class Update_Policy>
79 PB_DS_CLASS_NAME<Key, Mapped, Eq_Fn, Allocator, Update_Policy>
82 types_traits<Key, Mapped, Allocator, false>
87 typename Allocator::template rebind<Key>::other::const_reference>
107 class Allocator,
122 typename Allocator::template rebind<entry>::other::pointer m_p_next;
125 typedef typename Allocator::template rebind<entry>::other entry_allocator;
131 typedef typename Allocator::template rebind<entry_pointer>::other entry_pointer_allocator;
154 typedef cond_dealtor<entry, Allocator> cond_dealtor_t;
157 typedef Allocator allocato
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/
H A Dtree_trace_base.hpp69 class Allocator>
77 Allocator>
83 Allocator>
89 class Allocator>
101 typedef typename Allocator::size_type size_type;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmalloc.h81 // A Allocator based on CssmMemoryFunctions
83 class CssmMemoryFunctionsAllocator : public Allocator {
99 // A MemoryFunctions object based on a Allocator.
100 // Note that we don't copy the Allocator object. It needs to live (at least)
105 CssmAllocatorMemoryFunctions(Allocator &alloc);
114 static Allocator &allocator(void *ref) throw()
115 { return *reinterpret_cast<Allocator *>(ref); }
126 CssmVector(uint32 &cnt, Base * &vec, Allocator &alloc = Allocator::standard()) argument
138 Allocator
[all...]
H A Dacl_any.h47 CssmList toList(Allocator &alloc) const;
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dssclient.h116 ClientSession(Allocator &standard = Allocator::standard(),
117 Allocator &returning = Allocator::standard());
187 void commitDbForSync(DbHandle srcDb, DbHandle cloneDb, CssmData &blob, Allocator &alloc);
190 void encodeDb(DbHandle db, CssmData &blob, Allocator &alloc);
210 void encodeKey(KeyHandle key, CssmData &blob, KeyUID *uid, Allocator &alloc);
221 void getKeyDigest(KeyHandle key, CssmData &digest, Allocator &alloc);
229 const CssmData *descriptiveData, CssmWrappedKey &wrappedKey, Allocator &alloc);
239 CssmData &data, KeyHandle &newKey, CssmKey::Header &newKeyHeader, Allocator
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dssclient.h116 ClientSession(Allocator &standard = Allocator::standard(),
117 Allocator &returning = Allocator::standard());
187 void commitDbForSync(DbHandle srcDb, DbHandle cloneDb, CssmData &blob, Allocator &alloc);
190 void encodeDb(DbHandle db, CssmData &blob, Allocator &alloc);
210 void encodeKey(KeyHandle key, CssmData &blob, KeyUID *uid, Allocator &alloc);
221 void getKeyDigest(KeyHandle key, CssmData &digest, Allocator &alloc);
229 const CssmData *descriptiveData, CssmWrappedKey &wrappedKey, Allocator &alloc);
239 CssmData &data, KeyHandle &newKey, CssmKey::Header &newKeyHeader, Allocator
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DTargetRegistry.h838 TargetRegistry::RegisterMCAsmInfo(T, &Allocator);
841 static MCAsmInfo *Allocator(const Target &T, StringRef TT) { function in struct:llvm::RegisterMCAsmInfo
872 TargetRegistry::RegisterMCCodeGenInfo(T, &Allocator);
875 static MCCodeGenInfo *Allocator(StringRef TT, Reloc::Model RM, function in struct:llvm::RegisterMCCodeGenInfo
906 TargetRegistry::RegisterMCInstrInfo(T, &Allocator);
909 static MCInstrInfo *Allocator() { function in struct:llvm::RegisterMCInstrInfo
939 TargetRegistry::RegisterMCInstrAnalysis(T, &Allocator);
942 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { function in struct:llvm::RegisterMCInstrAnalysis
972 TargetRegistry::RegisterMCRegInfo(T, &Allocator);
975 static MCRegisterInfo *Allocator(StringRe function in struct:llvm::RegisterMCRegInfo
1008 static MCSubtargetInfo *Allocator(StringRef TT, StringRef CPU, function in struct:llvm::RegisterMCSubtargetInfo
1043 static TargetMachine *Allocator(const Target &T, StringRef TT, function in struct:llvm::RegisterTargetMachine
1067 static MCAsmBackend *Allocator(const Target &T, StringRef Triple, function in struct:llvm::RegisterMCAsmBackend
1088 static MCTargetAsmLexer *Allocator(const Target &T, function in struct:llvm::RegisterMCAsmLexer
1110 static MCTargetAsmParser *Allocator(MCSubtargetInfo &STI, MCAsmParser &P) { function in struct:llvm::RegisterMCAsmParser
1130 static AsmPrinter *Allocator(TargetMachine &TM, MCStreamer &Streamer) { function in struct:llvm::RegisterAsmPrinter
1150 static MCCodeEmitter *Allocator(const MCInstrInfo &II, function in struct:llvm::RegisterMCCodeEmitter
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAllocator.cpp1 //===--- Allocator.cpp - Simple memory allocation abstraction -------------===//
14 #include "llvm/Support/Allocator.h"
26 Allocator(allocator), CurSlab(0), BytesAllocated(0) { }
53 MemSlab *NewSlab = Allocator.Allocate(SlabSize);
71 Allocator.Deallocate(Slab);
111 MemSlab *NewSlab = Allocator.Allocate(PaddedSize);
170 MemSlab *Slab = (MemSlab*)Allocator.Allocate(Size, 0);
177 Allocator.Deallocate(Slab);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssmcontext.h45 // HandleContext has an allocation method taking a Allocator. To destroy
71 void *operator new (size_t size, Allocator &alloc) throw(std::bad_alloc)
73 void operator delete (void *addr, size_t, Allocator &alloc) throw()
75 static void destroy(HandleContext *context, Allocator &alloc) throw()
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dtdtransit.h68 DataOutput(CssmData &arg, Allocator &alloc)
76 Allocator &allocator;
90 ~SendContext() { Allocator::standard().free(attributes); }
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dtdtransit.h68 DataOutput(CssmData &arg, Allocator &alloc)
76 Allocator &allocator;
90 ~SendContext() { Allocator::standard().free(attributes); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DDigestContext.cpp45 CSPFullPluginSession::CSPContext *DigestContext::clone(Allocator &)
H A Dcryptkitcsp.cpp37 Allocator *CryptKitFactory::normAllocator;
38 Allocator *CryptKitFactory::privAllocator;
60 CryptKitFactory::CryptKitFactory(Allocator *normAlloc, Allocator *privAlloc)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DCSPAttacher.cpp59 return Allocator::standard().malloc(size);
66 Allocator::standard().free(memblock);
74 return Allocator::standard().realloc(memblock, size);
82 return Allocator::standard().calloc(num, size);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DTPDatabase.h37 Allocator &alloc,
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dchild_iterator.hpp51 typedef typename Allocator::difference_type difference_type;
H A Dsplit_join_branch_bag.hpp53 typename Allocator::template rebind<
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp60 typedef typename Allocator::difference_type difference_type;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCModule.h49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { }

Completed in 164 milliseconds

1234567891011>>