HomeSort by: relevance | last modified time | path
    Searched refs:instrumented_malloc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libbacktrace/
instrumented_alloc.c 49 extern void *instrumented_malloc (size_t size);
52 #define malloc instrumented_malloc
66 instrumented_malloc (size_t size) function
  /src/external/gpl3/gcc/dist/libbacktrace/
instrumented_alloc.c 49 extern void *instrumented_malloc (size_t size);
52 #define malloc instrumented_malloc
66 instrumented_malloc (size_t size) function
  /src/external/gpl3/gdb/dist/libbacktrace/
instrumented_alloc.c 49 extern void *instrumented_malloc (size_t size);
52 #define malloc instrumented_malloc
66 instrumented_malloc (size_t size) function
  /src/external/gpl3/gdb.old/dist/libbacktrace/
instrumented_alloc.c 49 extern void *instrumented_malloc (size_t size);
52 #define malloc instrumented_malloc
66 instrumented_malloc (size_t size) function
  /src/external/mit/libcbor/dist/test/
memory_allocation_test.c 54 void *instrumented_malloc(size_t size) { function
259 cbor_set_allocs(instrumented_malloc, instrumented_realloc, free);

Completed in 32 milliseconds