Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 85) sorted by relevance

1234

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DOutputState.cxx34 void OutputState::handleRe(EventHandler &handler, Allocator &alloc, in handleRe()
94 void OutputState::noteData(EventHandler &handler, Allocator &alloc, in noteData()
103 EventHandler &handler, Allocator &alloc, in noteStartElement()
116 Allocator &alloc, in noteEndElement()
H A DUndo.h25 void *operator new(size_t sz, Allocator &alloc) { return alloc.alloc(sz); } in new()
H A DLocation.cxx42 void *operator new(size_t sz, Allocator &alloc) { in operator new()
314 EntityOrigin *EntityOrigin::make(Allocator &alloc, in make()
320 EntityOrigin *EntityOrigin::make(Allocator &alloc, in make()
327 EntityOrigin *EntityOrigin::make(Allocator &alloc, in make()
H A DAllocator.cxx34 void *Allocator::alloc(size_t sz) in alloc() function in SP_NAMESPACE::Allocator
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dgetcwd.c45 int alloc = 0; in getcwd() local
/onnv-gate/usr/src/lib/libast/common/regex/
H A Dreginit.c394 alloc(register regdisc_t* disc, void* p, size_t n) in alloc() function
/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h43 struct alloc struct
55 struct alloc fs_freesecs[0]; argument
/onnv-gate/usr/src/cmd/ssh/include/
H A Dbuffer.h28 u_int alloc; /* Number of bytes allocated for data. */ member
/onnv-gate/usr/src/uts/intel/os/
H A Dcpr_intel.c43 cpr_default_setup(int alloc) in cpr_default_setup()
/onnv-gate/usr/src/uts/common/sys/fs/
H A Dsmbfs_ioctl.h44 uint32_t alloc; /* allocated length */ member
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DInternalInputSource.h27 void *operator new(size_t sz, Allocator &alloc) { return alloc.alloc(sz); } in new()
H A DOpenElement.h25 void *operator new(size_t sz, Allocator &alloc) { return alloc.alloc(sz); } in new()
/onnv-gate/usr/src/common/lzma/
H A DLzFind.c22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
145 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_FreeThisClassMemory()
151 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_Free()
157 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) in AllocRefs()
167 ISzAlloc *alloc) in MatchFinder_Create()
H A DLzmaDec.c901 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs()
908 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict()
915 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free()
947 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
961 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
970 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
994 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
H A DLzmaEnc.c485 static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Alloc()
497 static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Free()
1720 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) in LzmaEnc_Create()
1729 void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) in LzmaEnc_FreeLits()
1737 void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destruct()
1747 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destroy()
1918 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Alloc()
2041 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *all… in LzmaEnc_AllocAndInit()
2059 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Prepare()
2069 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_PrepareForLzma2()
[all …]
/onnv-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.h62 int alloc; member
/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c84 umastat_cpu_alloc(uintptr_t addr, const umem_cpu_cache_t *ccp, int *alloc) in umastat_cpu_alloc()
115 int avail, alloc, total; in umastat_cache() local
/onnv-gate/usr/src/tools/pmodes/
H A Dbinsearch.c82 item_add_list(itemlist l, char **s, int n, int alloc) in item_add_list()
/onnv-gate/usr/src/cmd/filesync/
H A Dignore.c255 ign_hash(const char *name, int alloc) in ign_hash()
/onnv-gate/usr/src/lib/libast/common/hash/
H A Dhashlib.h47 Hash_alloc_f alloc; /* value allocation routine */ member
/onnv-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c95 sip_add_aquot_to_str(char *str, boolean_t *alloc) in sip_add_aquot_to_str()
476 boolean_t alloc = B_FALSE; in sip_add_accept() local
560 boolean_t alloc; in sip_add_alert_info() local
599 boolean_t alloc; in sip_add_call_info() local
708 boolean_t alloc; in sip_add_error_info() local
/onnv-gate/usr/src/cmd/expr/
H A Dcompile.c147 int alloc = 0; local
/onnv-gate/usr/src/lib/libumem/common/
H A Dvmem_sbrk.c94 vmem_sbrk_extend_alloc(vmem_t *src, void *pos, size_t size, size_t alloc, in vmem_sbrk_extend_alloc()
/onnv-gate/usr/src/cmd/sh/
H A Dblok.c69 alloc(size_t nbytes) in alloc() function
/onnv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_mem.c246 drm_radeon_mem_alloc_t alloc; in radeon_mem_alloc() local

1234