HomeSort by relevance Sort by last modified time
    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*);
136 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) {
144 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) {
151 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) {
158 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) {
169 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) {
172 memset(pointer, 0xff, debug_malloc_usable_size(pointer));
176 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) {
216 size_t usable_size = debug_malloc_usable_size(pointer);
233 size_t usable_size = debug_malloc_usable_size(pointer)
    [all...]
  /bionic/libc/malloc_debug/
malloc_debug.cpp 72 size_t debug_malloc_usable_size(void* pointer);
267 size_t debug_malloc_usable_size(void* pointer) { function
315 size_t bytes = debug_malloc_usable_size(pointer);
441 size_t bytes = debug_malloc_usable_size(pointer);
527 size_t bytes = debug_malloc_usable_size(new_pointer);

Completed in 103 milliseconds