Home
last modified time | relevance | path

Searched defs:MallocRange (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
Dmalloc_extension.h398 struct MallocRange { struct
399 enum Type {
407 uintptr_t address; // Address of range
408 size_t length; // Byte length of range
409 Type type; // Type of this range
410 double fraction; // Fraction of range that is being used (0 if !INUSE)
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
Dmalloc_extension.h382 struct MallocRange { struct
383 enum Type {
391 uintptr_t address; // Address of range
392 size_t length; // Byte length of range
393 Type type; // Type of this range
394 double fraction; // Fraction of range that is being used (0 if !INUSE)