/external/opencore/protocols/rtp_payload_parser/include/ |
payload_parser_registry.h | 60 Oscl_TAlloc<PayloadParserRegistry, OsclMemAllocator> talloc; local 62 OSCL_ALLOC_NEW(talloc, PayloadParserRegistry, ()); 81 Oscl_TAlloc<PayloadParserRegistry, OsclMemAllocator> talloc; local 82 OSCL_ALLOC_DELETE(rtpPayloadParserReg, talloc, PayloadParserRegistry);
|
rtp_payloadparser_registry.h | 75 Oscl_TAlloc<RTPPayloadParserRegistry, OsclMemAllocator> talloc; local 76 RTPPayloadParserRegistry *rtpPayloadParserReg = OSCL_ALLOC_NEW(talloc, RTPPayloadParserRegistry, ()); 93 Oscl_TAlloc<RTPPayloadParserRegistry, OsclMemAllocator> talloc; local 94 OSCL_ALLOC_DELETE(rtpPayloadParserReg, talloc, RTPPayloadParserRegistry);
|
/external/opencore/protocols/sdp/parser/include/ |
sdp_mediaparser_registry.h | 79 Oscl_TAlloc<SDPMediaParserRegistry, OsclMemAllocator> talloc; local 80 SDPMediaParserRegistry *sdpMediaParserReg = OSCL_ALLOC_NEW(talloc, SDPMediaParserRegistry, ()); 97 Oscl_TAlloc<SDPMediaParserRegistry, OsclMemAllocator> talloc; local 98 OSCL_ALLOC_DELETE(sdpMediaParserReg, talloc, SDPMediaParserRegistry);
|
/external/opencore/pvmi/recognizer/src/ |
pvmf_recognizer_registry.cpp | 47 Oscl_TAlloc<PVMFRecognizerRegistryImpl, OsclMemAllocator> talloc; local 48 pvrecregimpl = OSCL_ALLOC_NEW(talloc, PVMFRecognizerRegistryImpl, ()); 66 Oscl_TAlloc<PVMFRecognizerRegistryImpl, OsclMemAllocator> talloc; local 67 OSCL_ALLOC_DELETE(pvrecregimpl, talloc, PVMFRecognizerRegistryImpl);
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_node_utils.h | 97 Oscl_TAlloc<vec_element_deref, Alloc> talloc; local 98 talloc.destruct_and_dealloc(*elem); 118 Oscl_TAlloc<Port, Alloc> talloc; local 119 talloc.destruct_and_dealloc(port);
|
/external/zlib/contrib/delphi/ |
readme.txt | 28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
|
ZLib.pas | 19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; 35 zalloc: TAlloc; // used to allocate the internal state
|
/external/clearsilver/util/regex/ |
regex.c | 314 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) 317 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t) [all...] |