Searched defs:AllocObject (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc359 struct AllocObject { struct
364 AllocObject(const void* p, size_t s, ObjectPlacement l) function in struct:AllocObject
380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
385 typedef vector<AllocObject,
386 STL_Allocator<AllocObject, HeapLeakChecker::Allocator>
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
702 AllocObject(top_ptr, stack_end - top, THREAD_DATA));
707 AllocObject(AsPtr(stack_start), top - stack_start, THREAD_DATA));
712 lib->second.push_back(AllocObject(AsPt
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc359 struct AllocObject { struct
364 AllocObject(const void* p, size_t s, ObjectPlacement l) function in struct:AllocObject
380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
385 typedef vector<AllocObject,
386 STL_Allocator<AllocObject, HeapLeakChecker::Allocator>
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
702 AllocObject(top_ptr, stack_end - top, THREAD_DATA));
707 AllocObject(AsPtr(stack_start), top - stack_start, THREAD_DATA));
712 lib->second.push_back(AllocObject(AsPt
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h251 jobject (JNICALL *AllocObject) member in struct:JNINativeInterface_
779 jobject AllocObject(jclass clazz) { function in struct:JNIEnv_
780 return functions->AllocObject(this,clazz);

Completed in 126 milliseconds