HomeSort by relevance Sort by last modified time
    Searched full:allocentry (Results 1 - 12 of 12) sorted by null

  /bionic/libc/malloc_debug/
RecordData.h 67 class AllocEntry : public RecordEntry {
69 AllocEntry(void* pointer);
70 virtual ~AllocEntry() = default;
76 DISALLOW_COPY_AND_ASSIGN(AllocEntry);
79 class MallocEntry : public AllocEntry {
93 class FreeEntry : public AllocEntry {
RecordData.cpp 55 AllocEntry::AllocEntry(void* pointer) : pointer_(pointer) {
58 MallocEntry::MallocEntry(void* pointer, size_t size) : AllocEntry(pointer), size_(size) {
65 FreeEntry::FreeEntry(void* pointer) : AllocEntry(pointer) {
  /frameworks/av/media/utils/
MemoryLeakTrackUtil.cpp 80 struct AllocEntry {
86 const AllocEntry * const e = (AllocEntry *)(info + i * infoSize);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 154 public BasicPoolEntry allocEntry(final Object state) {
183 * @param entry the entry obtained from {@link #allocEntry allocEntry}
243 * {@link #allocEntry allocated}
ConnPoolByRoute.java 432 entry = rospl.allocEntry(state);
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 1664 milliseconds