OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_malloc_usable_size
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp
56
size_t
debug_malloc_usable_size
(void*);
141
for (size_t i = 0; i <
debug_malloc_usable_size
(pointer); i++) {
149
for (size_t i = 0; i <
debug_malloc_usable_size
(pointer); i++) {
156
for (size_t i = 0; i <
debug_malloc_usable_size
(pointer); i++) {
163
for (size_t i = 0; i <
debug_malloc_usable_size
(pointer); i++) {
174
for (size_t i = alloc_size; i <
debug_malloc_usable_size
(pointer); i++) {
177
memset(pointer, 0xff,
debug_malloc_usable_size
(pointer));
181
for (size_t i = 0; i <
debug_malloc_usable_size
(pointer); i++) {
221
size_t usable_size =
debug_malloc_usable_size
(pointer);
238
size_t usable_size =
debug_malloc_usable_size
(pointer)
[
all
...]
/bionic/libc/malloc_debug/
malloc_debug.cpp
73
size_t
debug_malloc_usable_size
(void* pointer);
281
size_t
debug_malloc_usable_size
(void* pointer) {
function
Completed in 199 milliseconds