OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memBuffer
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/src/
pmalloc.c
97
* For VTB, the system was taking 2 seconds to zero the static
memBuffer
[] array at
101
static char
memBuffer
[MEM_SIZE];
103
static char *
memBuffer
;
117
#define GET_MEM_BIN( _ptr_ ) (int)(((unsigned int)_ptr_ - (unsigned int)&
memBuffer
[0]) >> BIN_BITS)
170
memBuffer
= (char *)malloc(memSize);
172
if (
memBuffer
!= NULL) /* For external access, check comment at top */
178
passert(
memBuffer
!= NULL);
181
__heap_ptr = &
memBuffer
[0];
182
__heap_end = &
memBuffer
[memSize-1];
197
free(
memBuffer
);
[
all
...]
/external/llvm/tools/lto/
LTOModule.h
178
static bool isTargetMatch(llvm::MemoryBuffer *
memBuffer
,
Completed in 177 milliseconds