/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | LinearAllocatorTest.cpp | 38 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 45 Data* pointer = m_pTestee->allocate(); in TEST_F() local 52 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() local 59 Data* pointer = m_pTestee->allocate(); in TEST_F() local 68 Data* pointer = m_pTestee->allocate(); in TEST_F() local 79 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 88 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 100 Data* pointer = m_pTestee->allocate(); in TEST_F() local 117 Data* pointer = m_pTestee->allocate(10); in TEST_F() local
|
H A D | RTLinearAllocatorTest.cpp | 39 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 46 Data* pointer = m_pTestee->allocate(); in TEST_F() local 53 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() local 60 Data* pointer = m_pTestee->allocate(); in TEST_F() local 69 Data* pointer = m_pTestee->allocate(); in TEST_F() local 80 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 89 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 101 Data* pointer = m_pTestee->allocate(); in TEST_F() local 118 Data* pointer = m_pTestee->allocate(10); in TEST_F() local
|
/aosp12/system/chre/platform/slpi/ |
H A D | memory.cc | 70 void memoryFree(void *pointer) { in memoryFree() 90 void memoryFreeBigImage(void *pointer) { in memoryFreeBigImage() 94 void palSystemApiMemoryFree(void *pointer) { in palSystemApiMemoryFree()
|
/aosp12/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_unit_tests.cpp | 366 void* pointer = debug_malloc(10); in TEST_F() local 585 void* pointer = debug_malloc(200); in TEST_F() local 945 void* pointer = debug_malloc(200); in TEST_F() local 979 void* pointer = debug_malloc(200); in TEST_F() local 1385 for (auto* pointer : pointers) { in BacktraceDumpOnSignal() local 1622 void* pointer = debug_malloc(10); in TEST_F() local 2094 void* pointer; in TEST_F() local 2112 void* pointer = debug_pvalloc(1); in TEST_F() local 2136 void* pointer = debug_malloc(10); in VerifyRecordAllocs() local 2230 void* pointer = debug_malloc(10); in TEST_F() local [all …]
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | RecordData.cpp | 55 AllocEntry::AllocEntry(void* pointer) : pointer_(pointer) {} in AllocEntry() 57 MallocEntry::MallocEntry(void* pointer, size_t size) : AllocEntry(pointer), size_(size) {} in MallocEntry() 63 FreeEntry::FreeEntry(void* pointer) : AllocEntry(pointer) {} in FreeEntry() 69 CallocEntry::CallocEntry(void* pointer, size_t nmemb, size_t size) in CallocEntry() 76 ReallocEntry::ReallocEntry(void* pointer, size_t size, void* old_pointer) in ReallocEntry() 84 MemalignEntry::MemalignEntry(void* pointer, size_t size, size_t alignment) in MemalignEntry()
|
H A D | malloc_debug.cpp | 213 static void LogError(const void* pointer, const char* error_str) { in LogError() 231 static bool VerifyPointer(const void* pointer, const char* function_name) { in VerifyPointer() 257 static size_t InternalMallocUsableSize(void* pointer) { in InternalMallocUsableSize() 403 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() 441 void* pointer; in InternalMalloc() local 476 void* pointer = InternalMalloc(size); in debug_malloc() local 485 static void InternalFree(void* pointer) { in InternalFree() 545 void debug_free(void* pointer) { in debug_free() 581 void* pointer; in debug_memalign() local 644 void* debug_realloc(void* pointer, size_t bytes) { in debug_realloc() [all …]
|
H A D | DebugData.h | 58 Header* GetHeader(const void* pointer) { in GetHeader() 86 std::unique_ptr<PointerData> pointer; variable
|
H A D | PointerData.cpp | 197 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); in Add() local 208 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); in Remove() local 226 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); in GetFrames() local 335 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); in AddFreed() local 360 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); in LogFreeBacktrace() local 552 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); in Exists() local
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | pointer_wrapper.h | 16 explicit PointerWrapper(T* pointer) : pointer_(pointer) {} in PointerWrapper() 30 PointerWrapper<T> WrapPointer(T* pointer) { in WrapPointer()
|
H A D | default_initialization_allocator.h | 32 void construct(U* pointer) noexcept( in construct() 37 void construct(U* pointer, Args&&... args) { in construct()
|
/aosp12/system/chre/platform/linux/ |
H A D | memory.cc | 31 void memoryFree(void *pointer) { in memoryFree() 35 void palSystemApiMemoryFree(void *pointer) { in palSystemApiMemoryFree()
|
/aosp12/system/chre/platform/freertos/ |
H A D | memory.cc | 32 void memoryFree(void *pointer) { in memoryFree() 36 void palSystemApiMemoryFree(void *pointer) { in palSystemApiMemoryFree()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | DwarfDebugFrame.h | 37 uint64_t GetCieOffsetFromFde32(uint32_t pointer) override { in GetCieOffsetFromFde32() 41 uint64_t GetCieOffsetFromFde64(uint64_t pointer) override { in GetCieOffsetFromFde64()
|
H A D | DwarfEhFrame.h | 33 uint64_t GetCieOffsetFromFde32(uint32_t pointer) override { in GetCieOffsetFromFde32() 37 uint64_t GetCieOffsetFromFde64(uint64_t pointer) override { in GetCieOffsetFromFde64()
|
H A D | DwarfEhFrameWithHdr.h | 47 uint64_t GetCieOffsetFromFde32(uint32_t pointer) override { in GetCieOffsetFromFde32() 51 uint64_t GetCieOffsetFromFde64(uint64_t pointer) override { in GetCieOffsetFromFde64()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | PointerTrackerQueue.java | 47 public void add(final Element pointer) { in add() 63 public void remove(final Element pointer) { in remove() 95 public void releaseAllPointersOlderThan(final Element pointer, final long eventTime) { in releaseAllPointersOlderThan() 143 public void releaseAllPointersExcept(final Element pointer, final long eventTime) { in releaseAllPointersExcept() 177 public boolean hasModifierKeyOlderThan(final Element pointer) { in hasModifierKeyOlderThan()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | pointer.h | 1020 …ename T::ValueType& CreateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poi… in CreateValueByPointer() 1032 …CreateValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType… in CreateValueByPointer() 1044 typename T::ValueType* GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in GetValueByPointer() 1049 …me T::ValueType* GetValueByPointer(const T& root, const GenericPointer<typename T::ValueType>& poi… in GetValueByPointer() 1071 …:ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& poi… in GetValueByPointerWithDefault() 1162 typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in SetValueByPointer() 1167 typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in SetValueByPointer() 1172 typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in SetValueByPointer() 1230 …e& SetValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType… in SetValueByPointer() 1278 …ypename T::ValueType& SwapValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poi… in SwapValueByPointer() [all …]
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl.cpp | 59 const GLvoid *pointer, GLsizei /*count*/) { in glNormalPointerBounds() 63 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glTexCoordPointerBounds() 67 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glVertexPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glPointSizePointerOESBounds() 77 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glMatrixIndexPointerOESBounds() 82 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glWeightPointerOESBounds()
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | TypeTraits.h | 22 typedef const DataType* pointer; typedef 32 typedef DataType* pointer; typedef 42 typedef const DataType* pointer; typedef 53 typedef DataType* pointer; typedef
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | array_queue.h | 171 typedef ValueType *pointer; typedef 176 ArrayQueueIterator(ValueType *pointer, ValueType *base, size_t tail) in ArrayQueueIterator()
|
H A D | unique_ptr.h | 37 typedef ObjectType *pointer; typedef
|
/aosp12/bionic/libc/malloc_hooks/ |
H A D | malloc_hooks.cpp | 85 static void* default_realloc_hook(void* pointer, size_t bytes, const void*) { in default_realloc_hook() argument 89 static void default_free_hook(void* pointer, const void*) { in default_free_hook() argument 124 size_t hooks_malloc_usable_size(void* pointer) { in hooks_malloc_usable_size() 135 void hooks_free(void* pointer) { in hooks_free() 149 void* hooks_realloc(void* pointer, size_t bytes) { in hooks_realloc()
|
/aosp12/system/chre/apps/test/chqts/src/shared/ |
H A D | chunk_allocator.cc | 56 bool ChunkAllocatorBase::free(void *pointer) { in free() 70 bool ChunkAllocatorBase::getSlot(const void *pointer, size_t *slot) const { in getSlot() argument
|
/aosp12/system/extras/memory_replay/ |
H A D | Pointers.cpp | 52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { in Add() 71 void* pointer = data->pointer; in Remove() local
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | SafeInterface.h | 123 const Parcel& parcel, sp<T>* pointer) const { in read() 129 Parcel* parcel, const sp<T>& pointer) const { in write() 135 const Parcel& parcel, sp<T>* pointer) const { in read()
|