Home
last modified time | relevance | path

Searched refs:num_allocations (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/
DTrackData.cpp126 size_t num_allocations = 1; in GetInfo() local
131 memcpy(&data[sizeof(size_t)], &num_allocations, sizeof(size_t)); in GetInfo()
DREADME_api.md29 size_t num_allocations
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1004 size_t num_allocations; member
1038 entry->num_allocations = 1; in TEST_F()
1087 entry2->num_allocations = 1; in TEST_F()
1102 entry1->num_allocations = 1; in TEST_F()
1117 entry0->num_allocations = 1; in TEST_F()
1164 entry1->num_allocations = 1; in TEST_F()
1179 entry0->num_allocations = 1; in TEST_F()
1378 entry->num_allocations = 1; in VerifyZygoteSet()