Home
last modified time | relevance | path

Searched refs:_allocator (Results 1 – 21 of 21) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DTextBuffer.java50 private final BufferRecycler _allocator; field in TextBuffer
124 _allocator = allocator; in TextBuffer()
131 _allocator = allocator; in TextBuffer()
176 if (_allocator != null) { in releaseBuffers()
181 _allocator.releaseCharBuffer(BufferRecycler.CHAR_TEXT_BUFFER, buf); in releaseBuffers()
318 if (_allocator != null) { in buf()
319 return _allocator.allocCharBuffer(BufferRecycler.CHAR_TEXT_BUFFER, needed); in buf()
/external/fastrpc/src/
Dadspmsgd_apps_skel.c196 typedef struct _allocator { struct
201 } _allocator; argument
220 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
241 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
253 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
Dadsp_current_process1_stub.c196 typedef struct _allocator { struct
201 } _allocator; typedef
220 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
241 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
253 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
497 static __inline int _stub_pack(_allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remote_… in _stub_pack()
523 _allocator _al[1] = {{0}}; in _stub_method_1()
Dadspmsgd_adsp1_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
220 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
241 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
253 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
Dadsp_current_process_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
220 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
241 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
253 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
579 static __inline int _stub_pack(_allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remote_… in _stub_pack()
605 _allocator _al[1] = {{0}}; in _stub_method_1()
Dadspmsgd_adsp_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
220 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
241 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
253 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
Dadsp_perf_stub.c195 typedef struct _allocator { struct
200 } _allocator; typedef
219 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
240 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
252 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
Dremotectl_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
220 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
241 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
253 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
Dapps_mem_skel.c195 typedef struct _allocator { struct
200 } _allocator; argument
219 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
240 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
252 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
Dapps_std_skel.c196 typedef struct _allocator { struct
201 } _allocator; argument
220 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc()
241 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit()
253 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init()
731 static __inline int _skel_unpack(_allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remot… in _skel_unpack()
766 _allocator _al[1] = {{0}}; in _skel_method_11()
/external/llvm-project/lld/lib/Core/
DLinkingContext.cpp41 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()
56 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DDebugInfo.h33 _allocator = std::move(allocator); in setAllocator()
40 std::unique_ptr<llvm::BumpPtrAllocator> _allocator;
DMachOLinkingContext.cpp484 _searchDirs.push_back(path.str().copy(_allocator)); in addModifiedSearchDir()
512 _frameworkDirs.push_back(path.str().copy(_allocator)); in addFrameworkSearchDir()
539 return fullPath.str().copy(_allocator); in searchDirForLibrary()
547 return fullPath.str().copy(_allocator); in searchDirForLibrary()
553 return fullPath.str().copy(_allocator); in searchDirForLibrary()
559 return fullPath.str().copy(_allocator); in searchDirForLibrary()
583 return fullPath.str().copy(_allocator); in findPathForFramework()
DMachONormalizedFileFromAtoms.cpp193 llvm::BumpPtrAllocator _allocator; member in __anon2e8aa0f30111::Util
248 auto *sect = new (_allocator) in getRelocatableSection()
333 auto *sect = new (_allocator) SectionInfo( in getFinalSection()
368 new (_allocator) SectionInfo(segName, sectName, S_REGULAR, _ctx, in sectionForAtom()
445 auto *info = new (_allocator) SegmentInfo(segName); in segmentForName()
/external/llvm-project/lld/include/lld/Core/
DFile.h105 return _allocator; in allocator()
228 mutable llvm::BumpPtrAllocator _allocator; variable
DLinkingContext.h245 mutable llvm::BumpPtrAllocator _allocator; variable
/external/gemmlowp/internal/
Dunpack.h32 PackedResult(Allocator* _allocator, const BlockParams& _block_params) in PackedResult() argument
33 : allocator_(_allocator), block_params_(_block_params) { in PackedResult()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py289 self._allocator = allocator
322 return self._allocator
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h384 StringRef copy(StringRef str) { return str.copy(_allocator); } in copy()
/external/llvm-project/mlir/include/mlir/IR/
DOpBase.td2498 let allocator = [{$_dst = $_allocator.copyInto($_self);}];
2504 let allocator = [{$_dst = $_allocator.copyInto($_self);}];
2510 let allocator = [{$_dst = $_self.allocateInto($_allocator);}];
2519 tmpFields.push_back($_self[i].allocateInto($_allocator));
2520 $_dst = $_allocator.copyInto(ArrayRef<}] # arrayOf # [{>(tmpFields));
/external/llvm-project/mlir/docs/
DOpDefinitions.md1563 let allocator = [{$_dst = $_allocator.copyInto($_self);}];
1573 - `$_allocator` is the TypeStorageAllocator in which to allocate objects.