Searched refs:free (Results 151 - 175 of 3635) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c21 struct list_head free; member in struct:mm_bucket
41 int free; member in struct:mm_slab
50 if (slab->free == 0)
58 slab->free--;
71 slab->free++;
72 assert(slab->free <= slab->count);
142 slab->count = slab->free = size >> chunk_order;
144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free);
180 if (LIST_IS_EMPTY(&bucket->free)) {
183 slab = LIST_ENTRY(struct mm_slab, bucket->free
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmm.c5 * Permission is hereby granted, free of charge, to any person obtaining a
44 p->free ? 'F':'.',
52 p->free ? 'F':'.',
74 free(heap);
91 block->free = 1;
111 newblock->free = 1;
135 newblock->free = 1;
152 p->free = 0;
154 /* Remove p from the free list:
179 assert(p->free);
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dcurrent_allocated_bytes_test.cc34 // free a small buffer, the number of bytes used by the application
35 // before the alloc+free should match the number of bytes used after.
56 free(malloc(200));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dcurrent_allocated_bytes_test.cc34 // free a small buffer, the number of bytes used by the application
35 // before the alloc+free should match the number of bytes used after.
56 free(malloc(200));
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_malloc_test.cc19 free(x);
22 // CHECK: heap-use-after-free
H A Dinterception_test.cc18 free(x);
21 // CHECK: heap-use-after-free
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbitfield.cc19 free(s);
H A Dbitfield_uaf.cc15 // CHECK: AddressSanitizer: heap-use-after-free on address [[ADDR:0x[0-9a-f]+]]
23 free(s);
26 // CHECK: {{#0 .* free }}
/external/compiler-rt/test/asan/TestCases/
H A Dfree_hook_realloc.cc1 // Check that free hook doesn't conflict with Realloc.
5 // Malloc/free hooks are not supported on Windows.
28 // Verify that free hook was called and didn't spoil the memory.
33 free(y);
H A Dprintf-2.c20 free(p);
24 // CHECK-ON: heap-use-after-free
H A Dtime_interceptor.cc14 free(tm);
17 // CHECK: use-after-free
/external/compiler-rt/test/msan/
H A Ddeath-callback.cc21 free(p);
/external/compiler-rt/test/tsan/
H A Dsignal_malloc.cc15 free((void*)p);
/external/elfutils/0.153/libdw/
H A Ddwarf_end.c6 Red Hat elfutils is free software; you can redistribute it and/or modify
93 free (dwarf->sectiondata[i]);
122 free (memp);
127 free (dwarf->pubnames_sets);
136 free (dwarf);
/external/elfutils/0.153/libebl/
H A Deblclosebackend.c5 Red Hat elfutils is free software; you can redistribute it and/or modify
73 free (ebl);
/external/iptables/include/libiptc/
H A Dxtcshared.h10 void (*free)(struct xtc_handle *); member in struct:xtc_ops
/external/libpng/contrib/libtests/
H A Dreadpng.c47 if (row != NULL) free(row);
48 if (display != NULL) free(display);
94 free(row);
95 free(display);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dxyarray.c19 free(xy);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c21 struct list_head free; member in struct:mm_bucket
41 int free; member in struct:mm_slab
50 if (slab->free == 0)
58 slab->free--;
71 slab->free++;
72 assert(slab->free <= slab->count);
142 slab->count = slab->free = size >> chunk_order;
144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free);
180 if (LIST_IS_EMPTY(&bucket->free)) {
183 slab = LIST_ENTRY(struct mm_slab, bucket->free
[all...]
/external/mesa3d/src/mesa/main/
H A Dmm.c5 * Permission is hereby granted, free of charge, to any person obtaining a
44 p->free ? 'F':'.',
52 p->free ? 'F':'.',
74 free(heap);
91 block->free = 1;
111 newblock->free = 1;
135 newblock->free = 1;
152 p->free = 0;
154 /* Remove p from the free list:
179 assert(p->free);
[all...]
/external/valgrind/main/drd/tests/
H A Dcustom_alloc_fiw.stderr.exp2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
/external/valgrind/main/massif/tests/
H A Dbasic.c17 free(a[i]);
/external/valgrind/main/memcheck/tests/
H A Dbuflen_check.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Derr_disable1.stderr.exp10 Address 0x........ is 5 bytes inside a block of size 10 free'd
11 at 0x........: free (vg_replace_malloc.c:...)
23 Address 0x........ is 5 bytes inside a block of size 10 free'd
24 at 0x........: free (vg_replace_malloc.c:...)
33 Address 0x........ is 5 bytes inside a block of size 10 free'd
34 at 0x........: free (vg_replace_malloc.c:...)
40 Address 0x........ is 5 bytes inside a block of size 10 free'd
41 at 0x........: free (vg_replace_malloc.c:...)
H A Derr_disable2.c28 free(block);

Completed in 5941 milliseconds

1234567891011>>