Searched defs:MallocRange (Results 1 – 2 of 2) sorted by relevance
398 struct MallocRange { struct399 enum Type {407 uintptr_t address; // Address of range408 size_t length; // Byte length of range409 Type type; // Type of this range410 double fraction; // Fraction of range that is being used (0 if !INUSE)
382 struct MallocRange { struct383 enum Type {391 uintptr_t address; // Address of range392 size_t length; // Byte length of range393 Type type; // Type of this range394 double fraction; // Fraction of range that is being used (0 if !INUSE)