HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 426 - 450 of 6596) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_globals_uninitialized.cc 14 bss_var = malloc(1337);
use_stacks.cc 12 void *stack_var = malloc(1337);
use_tls_static.cc 14 tls_var = malloc(1337);
use_unaligned.cc 14 void *p = malloc(1337);
  /external/compiler-rt/lib/tsan/lit_tests/
free_race2.c 13 int *mem = (int*)malloc(100);
java_alloc.cc 22 jptr jheap = (jptr)malloc(kHeapSize);
java_lock.cc 18 void *jheap = malloc(kHeapSize);
java_lock_move.cc 19 void *jheap = malloc(kHeapSize);
java_race_move.cc 15 void *jheap = malloc(kHeapSize);
java_rwlock.cc 18 void *jheap = malloc(kHeapSize);
  /external/e2fsprogs/lib/et/test_cases/
heimdal3.c 44 et = malloc(sizeof(struct et_list));
  /external/harfbuzz_ng/src/hb-icu-le/
letest.h 41 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/icu4c/test/letest/
letest.h 29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/ipsec-tools/src/racoon/
gcmalloc.h 35 * Debugging malloc glue for Racoon.
46 * malloc(), calloc(), realloc(), and free() entry points in the main
55 malloc(size_t size) function
111 #define racoon_malloc(sz) malloc((sz))
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_print_caps_numeric.3 11 capng_print_caps_numeric will create a numeric representation of the internal capabilities. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
capng_print_caps_text.3 11 capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
  /external/libselinux/src/
fgetfilecon.c 17 buf = malloc(size);
get_initial_context.c 33 buf = malloc(size);
getfilecon.c 17 buf = malloc(size);
getpeercon.c 21 buf = malloc(size);
lgetfilecon.c 17 buf = malloc(size);
  /external/libsepol/src/
handle.c 9 sepol_handle_t *sh = malloc(sizeof(sepol_handle_t));
  /external/libvpx/libvpx/nestegg/halloc/
halloc.h 27 * standard malloc/free api
  /external/llvm/utils/valgrind/
i386-pc-linux-gnu.supp 39 fun:malloc
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl.c 27 egl_window = malloc(sizeof *egl_window);

Completed in 178 milliseconds

<<11121314151617181920>>